mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-01 19:36:32 +02:00
chore(deps): bump distroless/base from 59fe963
to 8a7afd5
(#3627)
Bumps distroless/base from `59fe963` to `8a7afd5`. --- updated-dependencies: - dependency-name: distroless/base dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d43818afa8
commit
fda24d2b52
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y ca-certificates
|
|||
# Remove expired root (https://github.com/pomerium/pomerium/issues/2653)
|
||||
RUN rm /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt && update-ca-certificates
|
||||
|
||||
FROM gcr.io/distroless/base:debug@sha256:59fe96358da364fac1e24f400733e9e7dedf859d7334adb0bc7a515450fcc2cb
|
||||
FROM gcr.io/distroless/base:debug@sha256:8a7afd5bc2228ca2e6d1186bf964295d99650a9c664ad22e75b02bf4a027aca7
|
||||
ENV AUTOCERT_DIR /data/autocert
|
||||
WORKDIR /pomerium
|
||||
COPY --from=build /go/src/github.com/pomerium/pomerium/bin/* /bin/
|
||||
|
|
Loading…
Add table
Reference in a new issue