Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3939dbd

Browse files
authoredMay 14, 2025··
chore(deps): update tomcat docker tag to v10.1.41
1 parent c18bac3 commit 3939dbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎codeSnippets/snippets/tomcat-war-ssl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM tomcat:10.1.36
1+
FROM tomcat:10.1.41
22
EXPOSE 8080:8080
33
COPY ./build/libs/tomcat-war-ssl.war/ /usr/local/tomcat/webapps
44
WORKDIR /usr/local/tomcat

‎codeSnippets/snippets/tomcat-war/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM tomcat:10.1.36
1+
FROM tomcat:10.1.41
22
EXPOSE 8080:8080
33
COPY ./build/libs/tomcat-war.war/ /usr/local/tomcat/webapps
44
WORKDIR /usr/local/tomcat

0 commit comments

Comments
 (0)
Please sign in to comment.