File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ OUTPUT_DIR := _output/$(ARCH)
27
27
# Ensure that the docker command line supports the manifest images
28
28
export DOCKER_CLI_EXPERIMENTAL =enabled
29
29
30
- BASEIMAGE ?= k8s.gcr.io/build-image/debian-base-$(ARCH ) :buster-v1.6.0
30
+ BASEIMAGE ?= k8s.gcr.io/build-image/debian-base-$(ARCH ) :buster-v1.7.2
31
31
ifeq ($(ARCH ) ,amd64)
32
- COMPILE_IMAGE := k8s.gcr.io/build-image/debian-base-$(ARCH):buster-v1.6.0
32
+ COMPILE_IMAGE := k8s.gcr.io/build-image/debian-base-$(ARCH):buster-v1.7.2
33
33
else ifeq ($(ARCH),arm)
34
34
TRIPLE ?= arm-linux-gnueabihf
35
35
QEMUARCH := arm
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ export VERSION
29
29
SRC_DIRS := cmd pkg
30
30
31
31
ALL_ARCH := amd64 arm arm64 ppc64le s390x
32
- BASEIMAGE ?= k8s.gcr.io/build-image/debian-base-$(ARCH ) :buster-v1.6.0
33
- IPTIMAGE ?= k8s.gcr.io/build-image/debian-iptables-$(ARCH ) :buster-v1.6.0
32
+ BASEIMAGE ?= k8s.gcr.io/build-image/debian-base-$(ARCH ) :buster-v1.7.2
33
+ IPTIMAGE ?= k8s.gcr.io/build-image/debian-iptables-$(ARCH ) :buster-v1.6.3
34
34
35
35
# These rules MUST be expanded at reference time (hence '=') as BINARY
36
36
# is dynamically scoped.
You can’t perform that action at this time.
0 commit comments