Skip to content

Commit

Permalink
Update tomcat image version
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailalexander committed Sep 24, 2024
1 parent 3a6956f commit fe16c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM maven:3.8.7-eclipse-temurin-17 as maven_builder
COPY --from=source_fetch /pvws /pvws
RUN cd /pvws && mvn clean package

FROM tomcat:9.0-jdk17
FROM tomcat:9.0.95-jdk17

ARG PORT_NUMBER=8080
COPY --from=maven_builder /pvws/target/pvws.war ${CATALINA_HOME}/webapps
Expand Down

0 comments on commit fe16c32

Please sign in to comment.