Skip to content

Commit

Permalink
[#239] Upgrade maven and tomcat to temurin and JDK17
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Jul 21, 2024
1 parent 92d7e8d commit 6929234
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,5 +1,5 @@
# STAGE MAVEN_BUILD
FROM maven:3.9.8-amazoncorretto-21-al2023 AS MAVEN_BUILD
FROM maven:3-eclipse-temurin-17 AS MAVEN_BUILD

COPY ./ ./

Expand All @@ -14,7 +14,7 @@ RUN git clone --depth 1 https://github.com/blcham/s-pipes-modules


# FINAL STAGE
FROM tomcat:9.0-jdk11-corretto
FROM tomcat:9-jdk17-temurin

EXPOSE 8080

Expand Down

0 comments on commit 6929234

Please sign in to comment.