Skip to content

Commit

Permalink
Merge pull request #152 from ssylver93/feature/WFPREV-44
Browse files Browse the repository at this point in the history
Update Dockerfile to tomcat 10
  • Loading branch information
ssylver93 authored Oct 6, 2024
2 parents 358a5e4 + f6e97e1 commit 3f190f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/wfprev-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Tomcat image as a base image
FROM tomcat:9.0.91-jdk17
FROM tomcat:10.1-jdk17-corretto
# Remove the default webapps to avoid conflicts
RUN rm -rf /usr/local/tomcat/webapps/*
# Copy the WAR file to the Tomcat webapps directory
Expand Down

0 comments on commit 3f190f1

Please sign in to comment.