Skip to content

Commit

Permalink
Merge pull request #91 from CMon/fix-docker-build
Browse files Browse the repository at this point in the history
fix docker build
  • Loading branch information
ezavgorodniy authored Jul 27, 2024
2 parents 156eeff + 143911c commit 9312dc2
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.3.1-r0
RUN apk add libssl3=3.3.1-r0
RUN apk add libcrypto3=3.3.1-r3
RUN apk add libssl3=3.3.1-r3

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

0 comments on commit 9312dc2

Please sign in to comment.