Skip to content

Commit

Permalink
Update debian-base image for CVE fixes (#917) (#921)
Browse files Browse the repository at this point in the history
Co-authored-by: Nan Yu <[email protected]>
  • Loading branch information
victorpras and nan-yu authored Oct 5, 2023
1 parent 3e07c36 commit ea6be07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea6be07

Please sign in to comment.