Skip to content

Commit e1a6f1b

Browse files
karlkfigoogle-oss-prow[bot]
authored andcommitted
chore: update golang image to debian bookworm (#1099)
1 parent f5c5c30 commit e1a6f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OUTPUT_DIR := $(abspath .output)
3737
GO_DIR := $(OUTPUT_DIR)/go
3838

3939
# Base image used for all golang containers
40-
GOLANG_IMAGE := golang:1.21.5-bullseye
40+
GOLANG_IMAGE := golang:1.21.5-bookworm
4141
# Base image used for debian containers
4242
DEBIAN_BASE_IMAGE := gcr.io/gke-release/debian-base:bookworm-v1.0.0-gke.4
4343
# Base image used for gcloud install, primarily for test images.
@@ -129,7 +129,7 @@ TEST_INFRA_REGISTRY ?= $(LOCATION)-docker.pkg.dev/$(TEST_INFRA_PROJECT)/test-inf
129129
# When upgrading this tag, the image will be rebuilt locally during presubmits.
130130
# After the change is submitted, a postsubmit job will publish the new tag.
131131
# There is no need to manually publish this image.
132-
BUILDENV_IMAGE ?= $(TEST_INFRA_REGISTRY)/buildenv:v0.3.1
132+
BUILDENV_IMAGE ?= $(TEST_INFRA_REGISTRY)/buildenv:v0.3.2
133133

134134
# Nomos docker images containing all binaries.
135135
RECONCILER_IMAGE := reconciler

0 commit comments

Comments
 (0)