Skip to content

Commit

Permalink
update neovim for v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamago3keran committed May 18, 2024
1 parent 1fe9e1f commit d5d8f5d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt update && \
apt-get update && \
apt install -y curl git ripgrep tar unzip vim wget

RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz && \
RUN wget https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-linux64.tar.gz && \
tar -zxvf nvim-linux64.tar.gz && \
mv nvim-linux64/bin/nvim usr/bin/nvim && \
mv nvim-linux64/lib/nvim usr/lib/nvim && \
Expand Down
2 changes: 1 addition & 1 deletion dotfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt update && \
apt-get update && \
apt install -y curl git ripgrep tar unzip vim wget

RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz && \
RUN wget https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-linux64.tar.gz && \
tar -zxvf nvim-linux64.tar.gz && \
mv nvim-linux64/bin/nvim usr/bin/nvim && \
mv nvim-linux64/lib/nvim usr/lib/nvim && \
Expand Down
2 changes: 1 addition & 1 deletion python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt update && \
apt-get update && \
apt install -y curl git ripgrep tar unzip vim wget

RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz && \
RUN wget https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-linux64.tar.gz && \
tar -zxvf nvim-linux64.tar.gz && \
mv nvim-linux64/bin/nvim usr/bin/nvim && \
mv nvim-linux64/lib/nvim usr/lib/nvim && \
Expand Down
2 changes: 1 addition & 1 deletion react/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt update && \
apt-get update && \
apt install -y curl git ripgrep tar unzip vim wget

RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz && \
RUN wget https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-linux64.tar.gz && \
tar -zxvf nvim-linux64.tar.gz && \
mv nvim-linux64/bin/nvim usr/bin/nvim && \
mv nvim-linux64/lib/nvim usr/lib/nvim && \
Expand Down
2 changes: 1 addition & 1 deletion ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt update && \
apt-get update && \
apt install -y curl git ripgrep tar unzip vim wget

RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz && \
RUN wget https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-linux64.tar.gz && \
tar -zxvf nvim-linux64.tar.gz && \
mv nvim-linux64/bin/nvim usr/bin/nvim && \
mv nvim-linux64/lib/nvim usr/lib/nvim && \
Expand Down

0 comments on commit d5d8f5d

Please sign in to comment.