Skip to content

Commit 2e200f5

Browse files
PCP-3831: Update golang builder image
1 parent e6211b8 commit 2e200f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Build the manager binary
1616
ARG BUILDER_GOLANG_VERSION
1717
# 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
1919
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
2020
ARG goproxy=https://proxy.golang.org
2121
ENV GOPROXY=$goproxy

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ PROD_REGISTRY := registry.k8s.io/cluster-api-gcp
117117
IMAGE_NAME ?= cluster-api-gcp-controller
118118

119119
FIPS_ENABLE ?= ""
120-
BUILDER_GOLANG_VERSION ?= 1.22
120+
BUILDER_GOLANG_VERSION ?= 1.23
121121
BUILD_ARGS = --build-arg CRYPTO_LIB=${FIPS_ENABLE} --build-arg BUILDER_GOLANG_VERSION=${BUILDER_GOLANG_VERSION}
122122

123123
RELEASE_LOC := release

0 commit comments

Comments
 (0)