File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ dependencies:
234234
235235 # Base images
236236 - name : " k8s.gcr.io/build-image/debian-base"
237- version : buster-v1.7.0
237+ version : buster-v1.7.1
238238 refPaths :
239239 - path : images/build/debian-base/Makefile
240240 match : IMAGE_VERSION\ \?=\ [a-zA-Z]+\-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ IMAGE ?= $(REGISTRY)/debian-base
1919BUILD_IMAGE ?= debian-build
2020
2121TAG ?= $(shell git describe --tags --always --dirty)
22- IMAGE_VERSION ?= buster-v1.7.0
22+ IMAGE_VERSION ?= buster-v1.7.1
2323CONFIG ?= buster
2424
2525TAR_FILE ?= rootfs.tar
Original file line number Diff line number Diff line change 11variants :
22 buster :
33 CONFIG : ' buster'
4- IMAGE_VERSION : ' buster-v1.7.0 '
4+ IMAGE_VERSION : ' buster-v1.7.1 '
You can’t perform that action at this time.
0 commit comments