Skip to content

Commit

Permalink
Merge 0e1cb65 into d43818a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 19, 2022
2 parents d43818a + 0e1cb65 commit 6ed0a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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/
Expand Down

0 comments on commit 6ed0a4b

Please sign in to comment.