From 15266f8fc3ec4d848e91eaf4307d2c1351a0cd28 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 4 Mar 2025 15:57:29 -0500 Subject: [PATCH] feat: go 1.24.1 Signed-off-by: Chris Gianelloni --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9a4860..c70415d 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.0 +RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.24~=1.24.1 ENTRYPOINT ["/usr/bin/go"]