We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd36f99 commit 4ff3942Copy full SHA for 4ff3942
deploy/Dockerfile
@@ -1,6 +1,6 @@
1
FROM cgr.dev/chainguard/wolfi-base:latest as local_go
2
3
-RUN apk update && apk add ca-certificates-bundle build-base openssh go-1.23
+RUN apk update && apk add ca-certificates-bundle build-base openssh go-1.24
4
ENTRYPOINT /usr/bin/go
5
6
FROM local_go as builder
0 commit comments