Skip to content

Commit c515c13

Browse files
authored
Merge pull request #456 from jonohart/vuln
Update debian-iptables and debian-base images.
2 parents f087c6a + 4046395 commit c515c13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/dnsmasq/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ OUTPUT_DIR := _output/$(ARCH)
2727
# Ensure that the docker command line supports the manifest images
2828
export DOCKER_CLI_EXPERIMENTAL=enabled
2929

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
3131
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
3333
else ifeq ($(ARCH),arm)
3434
TRIPLE ?= arm-linux-gnueabihf
3535
QEMUARCH := arm

rules.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export VERSION
2929
SRC_DIRS := cmd pkg
3030

3131
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
3434

3535
# These rules MUST be expanded at reference time (hence '=') as BINARY
3636
# is dynamically scoped.

0 commit comments

Comments
 (0)