Skip to content

Commit

Permalink
Update debian-base image for CVE fixes (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
nan-yu authored Oct 4, 2023
1 parent d3d3393 commit 11b961d
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 11b961d

Please sign in to comment.