Skip to content

Commit

Permalink
Merge pull request #442 from DopplerHQ/andre/openssl
Browse files Browse the repository at this point in the history
chore: update openssl lib
  • Loading branch information
apazzolini authored Nov 28, 2023
2 parents 485b074 + 4b2e066 commit 08cd511
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
FROM alpine
RUN apk add --no-cache tini

# Update OpenSSL to address CVE because `alpine` isn't updated yet
RUN apk update && apk upgrade --no-cache libcrypto3 libssl3

COPY doppler /bin/doppler
ENTRYPOINT ["/sbin/tini", "--", "/bin/doppler"]

0 comments on commit 08cd511

Please sign in to comment.