Skip to content

Commit

Permalink
update neovim version
Browse files Browse the repository at this point in the history
  • Loading branch information
tamago3keran committed Feb 4, 2024
1 parent 5046b2c commit 893b508
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1/nvim-linux64.tar.gz && \
RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/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.1/nvim-linux64.tar.gz && \
RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/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.1/nvim-linux64.tar.gz && \
RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/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.1/nvim-linux64.tar.gz && \
RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/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 893b508

Please sign in to comment.