From dd014194e47cecea3a63ab3a86ecc9355a194385 Mon Sep 17 00:00:00 2001 From: dannawang Date: Thu, 18 Apr 2024 22:40:01 +0000 Subject: [PATCH] fix CVE-2024-28085 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36e309efa..9a9eb6911 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') make driver BINDIR=/bin GCP_ # Install nfs packages # Note that the newer debian bullseye image does not work with nfs-common; I # believe that libcap needs extra configuration. -FROM gke.gcr.io/debian-base:bookworm-v1.0.1-gke.1 as deps +FROM gke.gcr.io/debian-base:bookworm-v1.0.2-gke.0 as deps ENV DEBIAN_FRONTEND noninteractive # The netbase package is needed to get rpcbind to work correctly,