Skip to content

Commit

Permalink
chore: update openssl lib
Browse files Browse the repository at this point in the history
  • Loading branch information
apazzolini committed Nov 28, 2023
1 parent 485b074 commit 4b2e066
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 4b2e066

Please sign in to comment.