From 04908b26bf9cbc362976897035cfb0a2c65334d8 Mon Sep 17 00:00:00 2001 From: Manjusaka Date: Fri, 17 Jul 2020 02:45:36 +0800 Subject: [PATCH] base-images: Build debian-base@v2.1.1 Co-authored-by: Stephen Augustus Signed-off-by: Manjusaka --- build/debian-base/Makefile | 2 +- build/dependencies.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/debian-base/Makefile b/build/debian-base/Makefile index 19e1f73844d..f080d5a5a18 100755 --- a/build/debian-base/Makefile +++ b/build/debian-base/Makefile @@ -18,7 +18,7 @@ REGISTRY ?= gcr.io/k8s-staging-build-image IMAGE ?= $(REGISTRY)/debian-base BUILD_IMAGE ?= debian-build -TAG ?= v2.1.0 +TAG ?= v2.1.1 TAR_FILE ?= rootfs.tar ARCH?=amd64 diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 982749ea352..063f5af418e 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -104,7 +104,7 @@ dependencies: # Base images - name: "k8s.gcr.io/debian-base" - version: 2.1.0 + version: 2.1.1 refPaths: - path: build/debian-base/Makefile match: TAG \?=