Skip to content

Commit

Permalink
chore(deps): update tomcat docker tag to v9.0.80 (#166)
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 Aug 28, 2023
1 parent f97d691 commit 50f2674
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.79-jdk8-corretto-al2
FROM tomcat:9.0.80-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.79-jre8-temurin-jammy
FROM tomcat:9.0.80-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 50f2674

Please sign in to comment.