Skip to content

Commit 1e850be

Browse files
authored
Merge pull request #231 from Random-Liu/update-base-image
Update base image for CVE fix.
2 parents 58b6e49 + 4fcad4a commit 1e850be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ IMAGE:=$(REGISTRY)/node-problem-detector:$(TAG)
5050
ENABLE_JOURNALD?=1
5151

5252
# TODO(random-liu): Support different architectures.
53-
# The debian-base:0.3 image built from kubernetes repository is based on Debian Stretch.
53+
# The debian-base:0.4.0 image built from kubernetes repository is based on Debian Stretch.
5454
# It includes systemd 232 with support for both +XZ and +LZ4 compression.
5555
# +LZ4 is needed on some os distros such as COS.
56-
BASEIMAGE:=k8s.gcr.io/debian-base-amd64:0.3
56+
BASEIMAGE:=k8s.gcr.io/debian-base-amd64:0.4.0
5757

5858
# Disable cgo by default to make the binary statically linked.
5959
CGO_ENABLED:=0

0 commit comments

Comments
 (0)