Skip to content

Commit

Permalink
chore(deps): update tomcat docker tag to v9.0.98
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 201773b commit a03a1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/acmeair-tomcat-corretto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:9.0.97-jdk8-corretto-al2
FROM tomcat:9.0.98-jdk8-corretto-al2

ADD config/server.xml /usr/local/tomcat/conf/server.xml
ADD acmeair-java-2.0.0-SNAPSHOT.war /usr/local/tomcat/webapps
Expand Down
2 changes: 1 addition & 1 deletion benchmark/acmeair-tomcat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:9.0.97-jre8-temurin-jammy
FROM tomcat:9.0.98-jre8-temurin-jammy

ADD config/server.xml /usr/local/tomcat/conf/server.xml
ADD acmeair-java-2.0.0-SNAPSHOT.war /usr/local/tomcat/webapps

0 comments on commit a03a1f4

Please sign in to comment.