diff options
author | Christian Segundo | 2023-10-08 19:36:15 +0200 |
---|---|---|
committer | Christian Segundo | 2023-10-08 22:57:58 +0200 |
commit | cc162e4e9aa712f280656f8a0cc69656abddd9e2 (patch) | |
tree | c4b5a1cdabcf3ee80d2fba37c4af73c2bccd52a3 /Dockerfile | |
parent | 294031e3ea90353849db49c536d89f469f8a97d1 (diff) | |
download | nvim-cc162e4e9aa712f280656f8a0cc69656abddd9e2.tar.gz |
build nightly and stable
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=v0.9.2 +ARG NEOVIM_VERSION=- RUN apk --no-cache add \ autoconf \ |