diff options
author | Christian Segundo | 2022-11-05 21:37:40 +0100 |
---|---|---|
committer | Christian Segundo | 2022-11-05 21:37:40 +0100 |
commit | 60e144e41c490a5d7cac877158fdf57bf1fc0266 (patch) | |
tree | 7e3e971ee6e75d8b351c910d77baa58f672b3e7b /Dockerfile | |
parent | 888da767a63e66b5465f97425344dae036d821cc (diff) | |
download | nvim-60e144e41c490a5d7cac877158fdf57bf1fc0266.tar.gz |
use 0.8.0
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ FROM alpine:latest -ARG NEOVIM_VERSION=stable +ARG NEOVIM_VERSION=v0.8.0 WORKDIR /tmp/nvim |