Skip to content

Commit cb396db

Browse files
Update Dockerfile go version from 1.23 to 1.24
1 parent 4d8d3f0 commit cb396db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerfile has specific requirement to put this ARG at the beginning:
22
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
3-
ARG BUILDER_IMAGE=golang:1.23
3+
ARG BUILDER_IMAGE=golang:1.24
44
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot
55

66
## Multistage build

0 commit comments

Comments
 (0)