Skip to content

Commit eeb51ee

Browse files
authored
Merge pull request #322 from nvtkaszpir/bump-image-debian-base
Bump base image debian-base to tag v1.0.0 to pick up some CVE fixes
2 parents b9adfbb + 4641ba1 commit eeb51ee

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
@@ -51,10 +51,10 @@ IMAGE:=$(REGISTRY)/node-problem-detector:$(TAG)
5151
ENABLE_JOURNALD?=1
5252

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

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

0 commit comments

Comments
 (0)