Merge pull request #198 from andyzhangx/update-base-image

chore: upgrade base image to fix CVE issue
This commit is contained in:
Andy Zhang 2021-05-12 19:12:05 +08:00 committed by GitHub
commit 17fb13f2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
ARG ARCH=amd64
FROM k8s.gcr.io/build-image/debian-base-${ARCH}:v2.1.3
FROM k8s.gcr.io/build-image/debian-base:buster-v1.6.0
# Copy nfsplugin from build _output directory
COPY bin/nfsplugin /nfsplugin