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

Commit

Permalink
Merge pull request #326 from neicnordic/bugfix/security-update-depend…
Browse files Browse the repository at this point in the history
…encies

Bugfix/security update dependencies
  • Loading branch information
blankdots authored Mar 30, 2023
2 parents f24427f + 42793e0 commit f9ed272
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
<version>0.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit f9ed272

Please sign in to comment.