Skip to content

Commit aead8e4

Browse files
authored
Merge pull request #420 from andyzhangx/update-base-image
chore: upgrade base image to fix CVE issue
2 parents a7d39ae + e74f232 commit aead8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG ARCH
1616

17-
FROM k8s.gcr.io/build-image/debian-base-${ARCH}:v2.1.3
17+
FROM k8s.gcr.io/build-image/debian-base:buster-v1.6.0
1818
COPY ./_output/blobplugin /blobplugin
1919
RUN apt-get update && clean-install ca-certificates pkg-config libfuse-dev cmake libcurl4-gnutls-dev libgnutls28-dev uuid-dev libgcrypt20-dev wget
2020
RUN wget -O /tmp/packages-microsoft-prod.deb https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb && dpkg -i /tmp/packages-microsoft-prod.deb && apt-get update && apt install blobfuse fuse -y && rm -f /tmp/packages-microsoft-prod.deb

0 commit comments

Comments
 (0)