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 7886790 commit ed2833aCopy full SHA for ed2833a
Dockerfile
@@ -1,5 +1,5 @@
1
# Set the version to match that which is in go.mod
2
-ARG GO_VERSION="build-arg-must-be-provided"
+ARG GO_VERSION="1.23.0"
3
4
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine AS builder
5
0 commit comments