From 83ad09b7aa3cf383f10a8c69c7f6bc0d168d3f63 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Wed, 12 May 2021 10:45:03 +0000 Subject: [PATCH] chore: upgrade base image to fix CVE issue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 085f66b5..af10df3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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