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 2d7de11 commit 4b84eabCopy full SHA for 4b84eab
build/buildx-alpine.Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.4
2
-FROM golang:1.24-alpine
+FROM golang:1.25-alpine
3
4
# related to https://github.com/golangci/golangci-lint/issues/3107
5
ENV GOROOT /usr/local/go
build/buildx.Dockerfile
-FROM golang:1.24
+FROM golang:1.25
0 commit comments