Skip to content

Commit f44ede5

Browse files
authored
Merge pull request #475 from prameshj/buster1_9
Upgrade to debian base buster-v1.9.0 for vuln fixes.
2 parents a020d29 + d50f95b commit f44ede5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/dnsmasq/Makefile

Lines changed: 2 additions & 2 deletions
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.8.0
30+
BASEIMAGE ?= k8s.gcr.io/build-image/debian-base-$(ARCH):buster-v1.9.0
3131
ifeq ($(ARCH),amd64)
32-
COMPILE_IMAGE := k8s.gcr.io/build-image/debian-base-$(ARCH):buster-v1.8.0
32+
COMPILE_IMAGE := k8s.gcr.io/build-image/debian-base-$(ARCH):buster-v1.9.0
3333
else ifeq ($(ARCH),arm)
3434
TRIPLE ?= arm-linux-gnueabihf
3535
QEMUARCH := arm

rules.mk

Lines changed: 2 additions & 2 deletions
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.8.0
33-
IPTIMAGE ?= k8s.gcr.io/build-image/debian-iptables-$(ARCH):buster-v1.6.5
32+
BASEIMAGE ?= k8s.gcr.io/build-image/debian-base-$(ARCH):buster-v1.9.0
33+
IPTIMAGE ?= k8s.gcr.io/build-image/debian-iptables-$(ARCH):buster-v1.6.6
3434

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

0 commit comments

Comments
 (0)