diff --git a/build/all/Dockerfile b/build/all/Dockerfile index fa58f12394..d112d1a00c 100644 --- a/build/all/Dockerfile +++ b/build/all/Dockerfile @@ -42,7 +42,7 @@ RUN scripts/prepare-licenses.sh # Debian non-root base image # Uses the same nonroot UID as distroless -FROM gcr.io/gke-release/debian-base:bullseye-v1.4.3-gke.9 as debian-nonroot +FROM gcr.io/gke-release/debian-base:bookworm-v1.0.0-gke.1 as debian-nonroot WORKDIR / ARG USERNAME=nonroot ARG USER_UID=65532