diff --git a/dependencies.yaml b/dependencies.yaml index 270aed9ee59..ae0853ab5a2 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -431,7 +431,7 @@ dependencies: match: "OS_CODENAME: 'bookworm'" - name: "registry.k8s.io/build-image/debian-base" - version: bookworm-v1.0.1 + version: bookworm-v1.0.2 refPaths: - path: images/build/debian-base/Makefile match: IMAGE_VERSION\ \?=\ bookworm-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?) @@ -484,7 +484,7 @@ dependencies: # Base images (next candidate) - name: "registry.k8s.io/build-image/debian-base (next candidate)" - version: bookworm-v1.0.1 + version: bookworm-v1.0.2 refPaths: - path: images/build/debian-base/variants.yaml match: "IMAGE_VERSION: 'bookworm-v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'" diff --git a/images/build/debian-base/Makefile b/images/build/debian-base/Makefile index 2a65761bf46..f74f70f39b8 100755 --- a/images/build/debian-base/Makefile +++ b/images/build/debian-base/Makefile @@ -19,7 +19,7 @@ IMAGE ?= $(REGISTRY)/debian-base BUILD_IMAGE ?= debian-build TAG ?= $(shell git describe --tags --always --dirty) -IMAGE_VERSION ?= bookworm-v1.0.1 +IMAGE_VERSION ?= bookworm-v1.0.2 CONFIG ?= bookworm TAR_FILE ?= rootfs.tar diff --git a/images/build/debian-base/variants.yaml b/images/build/debian-base/variants.yaml index 983153cdf0f..754cf9afdae 100644 --- a/images/build/debian-base/variants.yaml +++ b/images/build/debian-base/variants.yaml @@ -1,4 +1,4 @@ variants: bookworm: CONFIG: 'bookworm' - IMAGE_VERSION: 'bookworm-v1.0.1' + IMAGE_VERSION: 'bookworm-v1.0.2'