chore(Dockerfile-release): Update base image to use new debian-base:v2.1.0 (#11885)

Updates the base image for all arch releases to the new location (us.gcr.io/k8s-artifacts-prod/build-image) as well as to the latest version (v2.1.0). This should fix a number of vulnerabilities that are in the 1.0.0 base image release.
This commit is contained in:
Jonathan Chauncey
2020-05-12 19:58:38 -04:00
committed by GitHub
parent ec13797407
commit 6fb3b9e591
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM k8s.gcr.io/debian-base-ppc64le:v1.0.0
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-base-ppc64le:v2.1.0
ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/