Skip to content

Commit

Permalink
Update to Tomcat 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored May 21, 2024
1 parent 1018560 commit 0102f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ENTRYPOINT ["/usr/bin/tini", "--", "/usr/local/bin/mvn-entrypoint.sh"]
CMD ["/openmrs/startup-dev.sh"]

### Production Stage
FROM tomcat:8.5-$RUNTIME_JDK
FROM tomcat:9-$RUNTIME_JDK

RUN yum -y update && yum clean all && rm -rf /usr/local/tomcat/webapps/*

Expand Down

0 comments on commit 0102f60

Please sign in to comment.