From 75060b05351a1274b09bd676382d24ad66b14c7f Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 11 Oct 2023 07:59:41 -0400 Subject: [PATCH] feat: go 1.21.3 Signed-off-by: Chris Gianelloni --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4452764..6440c07 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.21~=1.21.1 +RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.21~=1.21.3 ENTRYPOINT /usr/bin/go