Skip to content

Commit

Permalink
Update tomcat Docker tag to v9.0.73 (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 9, 2023
1 parent d353bed commit 682972c
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.72-jdk8-corretto-al2
FROM tomcat:9.0.73-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.72-jre8-temurin-jammy
FROM tomcat:9.0.73-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 682972c

Please sign in to comment.