From 776364b39d57cd33253d4aad78a53874e4b87fd6 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Sat, 6 Apr 2024 11:51:08 -0400 Subject: [PATCH] feat: upgrade to go 1.21.9 (#31) Signed-off-by: Chris Gianelloni --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d558b9..ecd80c7 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.8 +RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.21~=1.21.9 ENTRYPOINT /usr/bin/go