File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ OUTPUT_DIR := $(abspath .output)
37
37
GO_DIR := $(OUTPUT_DIR ) /go
38
38
39
39
# Base image used for all golang containers
40
- GOLANG_IMAGE := golang:1.21.5-bullseye
40
+ GOLANG_IMAGE := golang:1.21.5-bookworm
41
41
# Base image used for debian containers
42
42
DEBIAN_BASE_IMAGE := gcr.io/gke-release/debian-base:bookworm-v1.0.0-gke.4
43
43
# 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
129
129
# When upgrading this tag, the image will be rebuilt locally during presubmits.
130
130
# After the change is submitted, a postsubmit job will publish the new tag.
131
131
# 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
133
133
134
134
# Nomos docker images containing all binaries.
135
135
RECONCILER_IMAGE := reconciler
You can’t perform that action at this time.
0 commit comments