From ba15354f257f9a8292144388c8ec7cdc6ee7600f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:39:54 +0000 Subject: [PATCH] Update tomcat Docker tag to v11.0.24 --- Outlook/CommsAssist/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Outlook/CommsAssist/Dockerfile b/Outlook/CommsAssist/Dockerfile index 04794b3..883e4df 100644 --- a/Outlook/CommsAssist/Dockerfile +++ b/Outlook/CommsAssist/Dockerfile @@ -21,7 +21,7 @@ RUN npm run clean && npm run dist # ----------------------------------------------------------------------------- # Use the official Tomcat image for the final production environment -FROM tomcat:11.0.20-jre17-temurin AS final_stage +FROM tomcat:11.0.24-jre17-temurin AS final_stage # Copy the built files from the 'dist/public' directory of the build stage # into the correct location in the Tomcat webapps directory.