Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Zavhorodnii committed Jun 10, 2024
1 parent 58e9cea commit c82bf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ FROM alpine:latest as finalize
LABEL type="threagile"

# update vulnerable packages
RUN apk add libcrypto3=3.1.4-r5
RUN apk add libssl3=3.1.4-r5
RUN apk add libcrypto3=3.3.1-r0
RUN apk add libssl3=3.3.1-r0

# add certificates, graphviz, fonts
RUN apk add --update --no-cache ca-certificates
Expand Down

0 comments on commit c82bf84

Please sign in to comment.