Skip to content

Commit 220f0b0

Browse files
authored
Merge pull request #577 from vteratipally/adfad
Bump image version from v1.0.0 to v.2.0.0 to fix some of the CVEs.
2 parents e349323 + 94d8373 commit 220f0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ endif
7474
# The debian-base:v1.0.0 image built from kubernetes repository is based on
7575
# Debian Stretch. It includes systemd 232 with support for both +XZ and +LZ4
7676
# compression. +LZ4 is needed on some os distros such as COS.
77-
BASEIMAGE:=k8s.gcr.io/debian-base-amd64:v1.0.0
77+
BASEIMAGE:=k8s.gcr.io/debian-base-amd64:v2.0.0
7878

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

0 commit comments

Comments
 (0)