From 94d8373a9e26ed518f9ffcd0f4f6699d9cad71c4 Mon Sep 17 00:00:00 2001 From: vteratipally <67723486+vteratipally@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:53:11 -0700 Subject: [PATCH] Update Makefile Bump image version from v1.0.0 to v.2.0.0 to fix some of the CVEs. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 385f21dc..1b236cfe 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ endif # The debian-base:v1.0.0 image built from kubernetes repository is based on # Debian Stretch. It includes systemd 232 with support for both +XZ and +LZ4 # compression. +LZ4 is needed on some os distros such as COS. -BASEIMAGE:=k8s.gcr.io/debian-base-amd64:v1.0.0 +BASEIMAGE:=k8s.gcr.io/debian-base-amd64:v2.0.0 # Disable cgo by default to make the binary statically linked. CGO_ENABLED:=0