Merge pull request #879 from vmware-tanzu/dependabot/docker/distroless/static-bca3c20

Bump distroless/static from `07869ab` to `bca3c20`
This commit is contained in:
Mo Khan 2021-11-02 09:54:48 -04:00 committed by GitHub
commit aae586b4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ RUN \
ln -s /usr/local/bin/pinniped-server /usr/local/bin/local-user-authenticator
# Use a distroless runtime image with CA certificates, timezone data, and not much else.
FROM gcr.io/distroless/static:nonroot@sha256:07869abb445859465749913267a8c7b3b02dc4236fbc896e29ae859e4b360851
FROM gcr.io/distroless/static:nonroot@sha256:bca3c203cdb36f5914ab8568e4c25165643ea9b711b41a8a58b42c80a51ed609
# Copy the server binary from the build-env stage.
COPY --from=build-env /usr/local/bin /usr/local/bin