Skip to content

Commit

Permalink
CVE-2024-56337 - bump tomcat to 9.0.98 (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Dec 27, 2024
1 parent 5540745 commit 9091aa4
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.91"
ARG TOMCAT_FILE_SHA256="0c5b29ca1d3a31bbb8fab6ad1feed8a3702ed325d14839550a6774c76c90b856"
ARG TOMCAT_VERSION="9.0.98"
ARG TOMCAT_FILE_SHA256="1d9a1104c2e235a5baff6e9ca8e28be3d864803fafc478f5c13c2ae6a5ed3d6f"

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.91.
Docker image for [Tomcat] version 9.0.98.

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

Expand Down

0 comments on commit 9091aa4

Please sign in to comment.