We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a1489 commit 99e6e06Copy full SHA for 99e6e06
build/debian-base/Makefile
@@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io
18
IMAGE ?= $(REGISTRY)/debian-base
19
BUILD_IMAGE ?= debian-build
20
21
-TAG ?= v2.0.1
+TAG ?= v2.1.0
22
23
TAR_FILE ?= rootfs.tar
24
ARCH?=amd64
build/dependencies.yaml
@@ -76,7 +76,7 @@ dependencies:
76
match: GOLANG_VERSION
77
78
- name: "k8s.gcr.io/debian-base"
79
- version: 2.0.0
+ version: 2.1.0
80
refPaths:
81
- path: build/debian-base/Makefile
82
match: TAG \?=
0 commit comments