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,