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

Commit fdf75ca

Browse files
John McCaberajatjindal
authored andcommitted
Update base debian:10.1-slim -> bullseye-20200224-slim
Includes security updates for: openssl libssl1.1 libidn2.0
1 parent 2a8b22a commit fdf75ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ADD . /go/src/github.com/proofpoint/certificate-init-container
33
RUN go install github.com/proofpoint/certificate-init-container && \
44
go test github.com/proofpoint/certificate-init-container/...
55

6-
FROM debian:10.1-slim
6+
FROM debian:bullseye-20200224-slim
77

88
COPY --from=0 /go/bin/certificate-init-container .
99
USER 1000

0 commit comments

Comments
 (0)