From 0fe3cd9e4c00fd25b6bee2ff55c01a0790c12116 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 10 Jul 2025 17:07:04 -0400 Subject: [PATCH] feat: go 1.24.5 Signed-off-by: Chris Gianelloni --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index adfd84f..b41c428 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.4 +RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.24~=1.24.5 ENTRYPOINT ["/usr/bin/go"]