File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515# Build the manager binary
1616ARG 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
2020ARG goproxy=https://proxy.golang.org
2121ENV GOPROXY=$goproxy
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ ETCD=$(TOOLS_BIN_DIR)/etcd
124124# Define Docker related variables. Releases should modify and double check these vars.
125125# Fips Flags
126126FIPS_ENABLE ?= ""
127- BUILDER_GOLANG_VERSION ?= 1.22
127+ BUILDER_GOLANG_VERSION ?= 1.23
128128BUILD_ARGS = --build-arg CRYPTO_LIB=${FIPS_ENABLE} --build-arg BUILDER_GOLANG_VERSION=${BUILDER_GOLANG_VERSION}
129129
130130RELEASE_LOC := release
You can’t perform that action at this time.
0 commit comments