We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 577ce79 + 6c5157e commit ad9693fCopy full SHA for ad9693f
cicd/Dockerfile_goreleaser
@@ -1,5 +1,6 @@
1
-#syntax=docker/dockerfile-upstream:1.13
2
-FROM --platform=$BUILDPLATFORM golang:1.23.5-bullseye as build
+#syntax=docker/dockerfile-upstream:1.5
+FROM --platform=$BUILDPLATFORM golang:1.24.0-bullseye as build
3
+
4
5
RUN <<EOT
6
set -e
0 commit comments