Commit 2e200f5 1 parent e6211b8 commit 2e200f5 Copy full SHA for 2e200f5
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
# Build the manager binary
16
16
ARG BUILDER_GOLANG_VERSION
17
17
# First stage: build the executable.
18
- FROM --platform=$TARGETPLATFORM gcr.io/spectro -images-public /golang:${BUILDER_GOLANG_VERSION}-alpine as toolchain
18
+ FROM --platform=$TARGETPLATFORM us-docker.pkg.dev/palette -images/build-base-images /golang:${BUILDER_GOLANG_VERSION}-alpine as toolchain
19
19
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
20
20
ARG goproxy=https://proxy.golang.org
21
21
ENV GOPROXY=$goproxy
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ PROD_REGISTRY := registry.k8s.io/cluster-api-gcp
117
117
IMAGE_NAME ?= cluster-api-gcp-controller
118
118
119
119
FIPS_ENABLE ?= ""
120
- BUILDER_GOLANG_VERSION ?= 1.22
120
+ BUILDER_GOLANG_VERSION ?= 1.23
121
121
BUILD_ARGS = --build-arg CRYPTO_LIB=${FIPS_ENABLE} --build-arg BUILDER_GOLANG_VERSION=${BUILDER_GOLANG_VERSION}
122
122
123
123
RELEASE_LOC := release
You can’t perform that action at this time.
0 commit comments