mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 06:51:30 +02:00
deployment: remove DST cert workaround from debug image (#2958)
This commit is contained in:
parent
ed6c3e5087
commit
9c606db1ef
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@ FROM alpine:latest
|
|||
ENV AUTOCERT_DIR /data/autocert
|
||||
WORKDIR /pomerium
|
||||
RUN apk add --no-cache ca-certificates libc6-compat gcompat
|
||||
# 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
|
||||
COPY --from=build /go/src/github.com/pomerium/pomerium/bin/* /bin/
|
||||
COPY --from=build /config.yaml /pomerium/config.yaml
|
||||
COPY --from=build /go/bin/dlv /bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue