Skip to content

Commit

Permalink
fix: use jetty 11 image
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardFuchs committed Nov 1, 2023
1 parent 78cbd50 commit 595d3bb
Showing 1 changed file with 1 addition and 1 deletion.
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:12.0.2-jre17-eclipse-temurin
FROM jetty:11.0.17-jre17-alpine-eclipse-temurin
MAINTAINER Markus Sabadello <[email protected]>

USER jetty
Expand Down

0 comments on commit 595d3bb

Please sign in to comment.