From 309641e91012bb6108e1b156a6d82381e9fa3069 Mon Sep 17 00:00:00 2001 From: schmaddi Date: Thu, 14 Dec 2023 10:04:41 +0100 Subject: [PATCH] Bump Tomcat to 8.5.97 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) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e648b67..13d4dea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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