Skip to content

Commit

Permalink
Update base image to fix vulnerability (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanny29631 authored and google-oss-prow[bot] committed Jun 7, 2023
1 parent e3e0d75 commit ecb25f6
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 @@ -73,7 +73,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.2 as debian-nonroot
FROM gcr.io/gke-release/debian-base:bullseye-v1.4.3-gke.5 as debian-nonroot
WORKDIR /
ARG USERNAME=nonroot
ARG USER_UID=65532
Expand Down

0 comments on commit ecb25f6

Please sign in to comment.