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 d96acb0 commit e0cf406Copy full SHA for e0cf406
cli/Dockerfile
@@ -1,5 +1,5 @@
1
# base stage
2
-FROM golang:1.25-alpine3.22 AS base
+FROM golang:1.24-alpine3.22 AS base
3
4
RUN apk add --no-cache git ca-certificates
5
cli/Dockerfile.test
0 commit comments