Skip to content

Commit

Permalink
upgrade libssl3 libcrypto3 to solve CVE-2024-9143
Browse files Browse the repository at this point in the history
Updates #84
  • Loading branch information
erikzaadi committed Oct 28, 2024
1 parent a549706 commit bbfd068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM alpine:3.20
FROM alpine:3.20.3

RUN apk upgrade libssl3 libcrypto3

COPY assets/ /assets

Expand Down
4 changes: 3 additions & 1 deletion Dockerfile.x86_64
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM alpine
FROM alpine:3.20.3

RUN apk upgrade libssl3 libcrypto3

COPY assets/ /assets

Expand Down

0 comments on commit bbfd068

Please sign in to comment.