We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25f90b1 + 2613a78 commit 423d664Copy full SHA for 423d664
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
# Install go into wolfi for build
2
FROM cgr.dev/chainguard/wolfi-base AS base
3
-RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.24~=1.24.1
+RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.25
4
5
FROM base AS dev
6
WORKDIR /code
0 commit comments