From d731f2c9616a30ce9031268ade7921e7b46b0acf Mon Sep 17 00:00:00 2001 From: omri Date: Mon, 23 Sep 2024 20:38:25 +0300 Subject: [PATCH] 10. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cec7842..98b3e31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rockylinux:9.3 -ARG VERSION="v0.10.0" +ARG VERSION="v0.10.1" ARG NVIM="/nvim-linux64/bin/nvim" RUN yum install -y wget git npm gcc go unzip