Skip to content

Commit 920c884

Browse files
PCP-3833: Update golang builder image
1 parent e8136c4 commit 920c884

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
126126
FIPS_ENABLE ?= ""
127-
BUILDER_GOLANG_VERSION ?= 1.22
127+
BUILDER_GOLANG_VERSION ?= 1.23
128128
BUILD_ARGS = --build-arg CRYPTO_LIB=${FIPS_ENABLE} --build-arg BUILDER_GOLANG_VERSION=${BUILDER_GOLANG_VERSION}
129129

130130
RELEASE_LOC := release

0 commit comments

Comments
 (0)