Skip to content

Commit

Permalink
Update jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston committed May 24, 2024
1 parent 4d80c32 commit e5f63e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cirras-underwriting-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:9.0.86-jre8
FROM tomcat:9.0.86-jdk17

COPY ./cirras-underwriting-api-rest-endpoints/target/cirras-underwriting-api-rest-endpoints-3.2.0-SNAPSHOT.war .
COPY ./deploy-tools ./deploy-tools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
<version>3.4.0</version>
<configuration>
<attachClasses>true</attachClasses>
<classesClassifier>classes</classesClassifier>
Expand Down

0 comments on commit e5f63e6

Please sign in to comment.