Skip to content

Commit

Permalink
Bump Tomcat to 8.5.97
Browse files Browse the repository at this point in the history
Jamf Pro 11.1.2 bumps the Tomcat-Version that's bundled in the Installer to 8.5.96 to mitigate a known vulnerability (CVE-2023-46589)
  • Loading branch information
schmaddi authored Dec 14, 2023
1 parent 306a0c7 commit 309641e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG TOMCAT_VERSION=8.5.90-jdk11
ARG TOMCAT_VERSION=8.5.97-jdk11
FROM tomcat:$TOMCAT_VERSION

LABEL Maintainer JamfDevops <devops@jamf.com>
Expand Down

0 comments on commit 309641e

Please sign in to comment.