Skip to content

Commit 99e6e06

Browse files
committed
build: Build debian-base:v2.1.0 image
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 03a1489 commit 99e6e06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/debian-base/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io
1818
IMAGE ?= $(REGISTRY)/debian-base
1919
BUILD_IMAGE ?= debian-build
2020

21-
TAG ?= v2.0.1
21+
TAG ?= v2.1.0
2222

2323
TAR_FILE ?= rootfs.tar
2424
ARCH?=amd64

build/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dependencies:
7676
match: GOLANG_VERSION
7777

7878
- name: "k8s.gcr.io/debian-base"
79-
version: 2.0.0
79+
version: 2.1.0
8080
refPaths:
8181
- path: build/debian-base/Makefile
8282
match: TAG \?=

0 commit comments

Comments
 (0)