Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Commit

Permalink
Update base debian:10.1-slim -> bullseye-20200224-slim
Browse files Browse the repository at this point in the history
Includes security updates for:

openssl
libssl1.1
libidn2.0
  • Loading branch information
John McCabe authored and rajatjindal committed Mar 18, 2020
1 parent 2a8b22a commit fdf75ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ADD . /go/src/github.com/proofpoint/certificate-init-container
RUN go install github.com/proofpoint/certificate-init-container && \
go test github.com/proofpoint/certificate-init-container/...

FROM debian:10.1-slim
FROM debian:bullseye-20200224-slim

COPY --from=0 /go/bin/certificate-init-container .
USER 1000
Expand Down

0 comments on commit fdf75ca

Please sign in to comment.