Skip to content

Commit

Permalink
Update tomcat base image (#10682)
Browse files Browse the repository at this point in the history
Solve many security warning on external components. Fixes #10476
  • Loading branch information
kaplanlior authored Jan 17, 2025
1 parent c74a14a commit 4a90bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM tomcat:9-jdk11-openjdk AS mother
FROM tomcat:9-jdk11 AS mother
LABEL maintainer="Alessandro Parma<alessandro.parma@geosolutionsgroup.com>"
ARG MAPSTORE_WEBAPP_SRC="https://github.com/geosolutions-it/MapStore2/releases/latest/download/mapstore.war"
ADD "${MAPSTORE_WEBAPP_SRC}" "/mapstore/"

COPY ./docker/* /mapstore/docker/
WORKDIR /mapstore

FROM tomcat:9-jdk11-openjdk
FROM tomcat:9-jdk11

# Tomcat specific options
ENV CATALINA_BASE "$CATALINA_HOME"
Expand Down

0 comments on commit 4a90bd3

Please sign in to comment.