Skip to content

Commit

Permalink
Update tomcat base image
Browse files Browse the repository at this point in the history
Solve many security warning on external components. Fixes geosolutions-it#10476
  • Loading branch information
kaplanlior committed Nov 17, 2024
1 parent f5ec4f3 commit 016839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:9-jdk11-openjdk AS mother
FROM tomcat:9-jdk11 AS mother
LABEL maintainer="Alessandro Parma<[email protected]>"
ARG MAPSTORE_WEBAPP_SRC="https://github.com/geosolutions-it/MapStore2/releases/latest/download/mapstore.war"
ADD "${MAPSTORE_WEBAPP_SRC}" "/mapstore/"
Expand Down

0 comments on commit 016839a

Please sign in to comment.