Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY chpl/chpl-service/src chpl-service/src
RUN mvn clean package -DskipTests

# Stage 2: Deploy to Tomcat
FROM tomcat:11.0.23-jdk21
FROM tomcat:11.0.24-jdk21
# Copy the custom server.xml
COPY tomcat-config/* /usr/local/tomcat/conf
# Copy the WAR file from the build stage
Expand Down
2 changes: 1 addition & 1 deletion chpl/chpl-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>11.0.23</version>
<version>11.0.24</version>
<scope>provided</scope>
</dependency>

Expand Down
Loading