From 515dc7c4d0d9061a42fdc575d3d760d2e5e37a96 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 2274e4870..712808ef0 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,