From 016839ab828919edc49764f5aefed335fe6ca33b Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Sun, 17 Nov 2024 22:28:42 +0200 Subject: [PATCH] Update tomcat base image Solve many security warning on external components. Fixes #10476 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8afb599bfb..397818f6ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM tomcat:9-jdk11-openjdk AS mother +FROM tomcat:9-jdk11 AS mother LABEL maintainer="Alessandro Parma" ARG MAPSTORE_WEBAPP_SRC="https://github.com/geosolutions-it/MapStore2/releases/latest/download/mapstore.war" ADD "${MAPSTORE_WEBAPP_SRC}" "/mapstore/"