From ff97ae717ab03f63498651c9af7f0fb330059375 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 11 Aug 2025 17:56:37 -0400 Subject: [PATCH] feat: go 1.24.6 Signed-off-by: Chris Gianelloni --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b41c428..b7dc94f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM cgr.dev/chainguard/wolfi-base AS go -RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.24~=1.24.5 +RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.24~=1.24.6 ENTRYPOINT ["/usr/bin/go"]