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 49997ac commit 5097cebCopy full SHA for 5097ceb
Dockerfile
@@ -2,7 +2,7 @@ ARG BUILDER_IMAGE
2
ARG BASE_IMAGE
3
4
# Build the manager binary
5
-FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.21.9} as builder
+FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.22.5} as builder
6
7
ARG TARGETOS
8
ARG TARGETARCH
0 commit comments