Skip to content

Commit

Permalink
feat: pump parent and jetty version to fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardFuchs committed Apr 16, 2024
1 parent 59d51f3 commit e9adedb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MAINTAINER Markus Sabadello <[email protected]>
ADD . /opt/driver-did-dns
RUN cd /opt/driver-did-dns && mvn clean package -P war -N -DskipTests

FROM jetty:11.0.17-jre17-alpine-eclipse-temurin
FROM jetty:11.0.20-jre17-alpine-eclipse-temurin
MAINTAINER Markus Sabadello <[email protected]>

USER jetty
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.15.0</version>
<version>0.18.0</version>
</parent>

<scm>
Expand Down

0 comments on commit e9adedb

Please sign in to comment.