From 6b40cd8cd372af4322d669e2a3503c628203b4b6 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 27 Apr 2023 17:08:04 +0530 Subject: [PATCH] update test/conformance/image version to v1.4.2 Signed-off-by: Humble Chirammal --- test/conformance/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conformance/image/Makefile b/test/conformance/image/Makefile index 732327d9bc3..b44cac0534f 100644 --- a/test/conformance/image/Makefile +++ b/test/conformance/image/Makefile @@ -33,7 +33,7 @@ CLUSTER_DIR?=$(shell pwd)/../../../cluster/ # This is defined in root Makefile, but some build contexts do not refer to them KUBE_BASE_IMAGE_REGISTRY?=registry.k8s.io -BASE_IMAGE_VERSION?=bullseye-v1.3.0 +BASE_IMAGE_VERSION?=bullseye-v1.4.2 BASEIMAGE?=${KUBE_BASE_IMAGE_REGISTRY}/build-image/debian-base-${ARCH}:${BASE_IMAGE_VERSION} # Keep debian releases (e.g. debian 11 == bullseye) consistent