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/"