We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750e1ab commit 09167d7Copy full SHA for 09167d7
build/buildx-alpine.Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.4
2
-FROM golang:1.23-alpine
+FROM golang:1.24-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.23
+FROM golang:1.24
0 commit comments