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 936b38e commit 947d6d7Copy full SHA for 947d6d7
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