mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 12:16:26 +00:00
Update Makefile
Bump image version from v1.0.0 to v.2.0.0 to fix some of the CVEs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user