Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
update apk and libssl3 libcrypto3
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Mar 30, 2023
1 parent 3b0e7e2 commit 42793e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mvn clean install -DskipTests --no-transfer-progress

FROM eclipse-temurin:19-alpine

RUN apk add --no-cache ca-certificates java-cacerts \
RUN apk add --no-cache --upgrade ca-certificates java-cacerts libssl3 libcrypto3 \
&& ln -sf /etc/ssl/certs/java/cacerts $JAVA_HOME/lib/security/cacerts

RUN addgroup -g 1000 lega && \
Expand Down

0 comments on commit 42793e0

Please sign in to comment.