From 43aaef8ba03b25644d03fff2102617ee428ce93b Mon Sep 17 00:00:00 2001 From: Vadim Ermolin Date: Tue, 19 Mar 2024 13:51:26 +0000 Subject: [PATCH] build: bump Go to 1.22.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d0f403..baf3abc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN ./nvim.appimage --appimage-extract RUN ln -s /squashfs-root/AppRun /usr/bin/nvim # Install latest Go. -RUN wget https://go.dev/dl/go1.21.6.linux-amd64.tar.gz && tar -C /usr/local -xzpvf go1.21.6.linux-amd64.tar.gz +RUN wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz && tar -C /usr/local -xzpvf go1.22.1.linux-amd64.tar.gz # Setup context. RUN useradd -ms /bin/bash user