aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Segundo2022-11-05 21:37:40 +0100
committerChristian Segundo2022-11-05 21:37:40 +0100
commit60e144e41c490a5d7cac877158fdf57bf1fc0266 (patch)
tree7e3e971ee6e75d8b351c910d77baa58f672b3e7b
parent888da767a63e66b5465f97425344dae036d821cc (diff)
downloadnvim-60e144e41c490a5d7cac877158fdf57bf1fc0266.tar.gz
use 0.8.0
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 984dbf7..d31bf15 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
FROM alpine:latest
-ARG NEOVIM_VERSION=stable
+ARG NEOVIM_VERSION=v0.8.0
WORKDIR /tmp/nvim