Skip to content

Commit

Permalink
(fspinar) Use hardened sourceImage and newest war-File
Browse files Browse the repository at this point in the history
  • Loading branch information
fspinar committed Sep 23, 2024
1 parent 2947d91 commit 09cbe65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
FROM tomcat:10-jdk21-openjdk
RUN wget https://buildservice.bluespice.com/webservices/REL1_39-4.3.x/BShtml2PDF.war -O $CATALINA_HOME/webapps/BShtml2PDF.war
RUN apt remove -y curl git openssh-client\
FROM rapidfort/tomcat10-openjdk17-ib
ADD --chown=tomcat:tomcat --checksum=sha256:19018d1078689d5602e0a3ebe3653a05c6c96b20156cf2db08fae068749186ae https://buildservice.bluespice.com/webservices/4.5.x/BShtml2PDF.war /usr/local/tomcat/webapps/BShtml2PDF.war

0 comments on commit 09cbe65

Please sign in to comment.