Skip to content

Commit

Permalink
July 2024 Updates - Tomcat upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
g7morris committed Jul 31, 2024
1 parent abe76a8 commit d1d0690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tomcat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
FROM java

ARG TARGETARCH
ARG TOMCAT_VERSION="9.0.87"
ARG TOMCAT_FILE_SHA256="da482fb9220086dbf371e180aa09c6402af8f048586734cdedd4a08c48d4ce02"
ARG TOMCAT_VERSION="9.0.91"
ARG TOMCAT_FILE_SHA256="0c5b29ca1d3a31bbb8fab6ad1feed8a3702ed325d14839550a6774c76c90b856"

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion tomcat/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tomcat

Docker image for [Tomcat] version 9.0.71.
Docker image for [Tomcat] version 9.0.91.

Please refer to the [Tomcat Documentation] for more in-depth information.

Expand Down

0 comments on commit d1d0690

Please sign in to comment.