We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8d3f0 commit cb396dbCopy full SHA for cb396db
Dockerfile
@@ -1,6 +1,6 @@
1
# Dockerfile has specific requirement to put this ARG at the beginning:
2
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
3
-ARG BUILDER_IMAGE=golang:1.23
+ARG BUILDER_IMAGE=golang:1.24
4
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot
5
6
## Multistage build
0 commit comments