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 0aa95c9 commit f9e356cCopy full SHA for f9e356c
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.6} as builder
+FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.22.0} as builder
6
7
ARG TARGETOS
8
ARG TARGETARCH
0 commit comments