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 and PORT-11090
  • Loading branch information
erikzaadi committed Oct 28, 2024
1 parent a549706 commit 029b87a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM alpine:3.20

RUN apk upgrade libssl3 libcrypto3

COPY assets/ /assets

ENTRYPOINT ["/usr/bin/port-k8s-exporter"]
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

RUN apk upgrade libssl3 libcrypto3

COPY assets/ /assets

Expand Down

0 comments on commit 029b87a

Please sign in to comment.