Skip to content

Commit

Permalink
- CHG: Updated Dockerfile to use Tomcat 10.1.
Browse files Browse the repository at this point in the history
- CHG: Updated version number.
- CHG: Updated dependencies.
  • Loading branch information
sebastian-raubach committed Jun 27, 2023
1 parent 44556c9 commit 1ab6aed
Show file tree
Hide file tree
Showing 4 changed files with 14,586 additions and 5,013 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apk add --no-cache openjdk11 && \
/opt/gradle-6.0.1/bin/gradle -p /opt/gatekeeper-server war


FROM tomcat:10-jdk11
FROM tomcat:10.1-jdk11

LABEL maintainer="[email protected]"

Expand Down
Loading

0 comments on commit 1ab6aed

Please sign in to comment.