From 25b5e8e5d024706286b0db8a668161bd88b613b4 Mon Sep 17 00:00:00 2001 From: kencieszykowski Date: Thu, 27 Feb 2020 16:23:23 -0800 Subject: [PATCH] Update base image version JAMF has identified a security vulnerability with Tomcat that has been patched in version 8.5.51. Verified works fine and does not alter any functionality; but simply patches the identified issue. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85b820f..94182bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM tomcat:8.5.42-jdk11-openjdk-slim +FROM tomcat:8.5.51-jdk11-openjdk-slim LABEL Maintaner JamfDevops