From c74cceff9c00bc60f5437e2d95807fc89b198fc7 Mon Sep 17 00:00:00 2001 From: dannawang Date: Fri, 20 Sep 2024 21:55:09 +0000 Subject: [PATCH] Update base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 056745a5b..aa3e287a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') GCE_PD_CSI_STAGING_VERSION=$ # Start from Kubernetes Debian base. -FROM gke.gcr.io/debian-base:bookworm-v1.0.3-gke.0 as debian +FROM gke.gcr.io/debian-base:bookworm-v1.0.4-gke.2 as debian # Install necessary dependencies # google_nvme_id script depends on the following packages: nvme-cli, xxd, bash