Skip to content

Commit

Permalink
Merge pull request #52 from anujdevopslearn/snyk-fix-b43316ccd58e4d06…
Browse files Browse the repository at this point in the history
…63b881fe259f3ca4

[Snyk] Security upgrade tomcat from 8.5.40-jre8-alpine to 9.0.88-jre11
  • Loading branch information
anujdevopslearn authored May 7, 2024
2 parents 675dac5 + d54a57d commit b89a2bb
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
@@ -1,4 +1,4 @@
FROM tomcat:8.5.40-jre8-alpine
FROM tomcat:9.0.88-jre11
COPY target/java-example.war /usr/local/tomcat/webapps/ROOT.war
EXPOSE 8080
CMD ["catalina.sh", "run"]

0 comments on commit b89a2bb

Please sign in to comment.