From adcb3a149801311c3877689048453c4bf2e4e262 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 27 Apr 2024 22:50:28 +0300 Subject: [PATCH] Toolbx: Update the Golang image. --- toolbx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbx/Dockerfile b/toolbx/Dockerfile index 91a840d..c6845aa 100644 --- a/toolbx/Dockerfile +++ b/toolbx/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/golang:1.20 as golang +FROM docker.io/golang:1.22 as golang RUN go install github.com/1player/host-spawn@1.5.1 FROM docker.io/debian:testing-backports -- GitLab