This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit c0b16bff0046e15ed5e84762fdfaf8e49e473860
Author: Juan Pablo Santos Rodríguez <[email protected]>
AuthorDate: Sat Sep 27 23:17:42 2025 +0200

    Dockerfile FROM tomcat 10.1
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 4d1b3937e..cb026771b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@ RUN set -x \
 # fastest, minimum build
   && mvn -B clean package -pl jspwiki-war,jspwiki-wikipages/en -am -DskipTests
 
-FROM tomcat:9.0
+FROM tomcat:10.1
 
 COPY --from=package /tmp/jspwiki-war/target/JSPWiki.war /tmp
 COPY --from=package 
/tmp/jspwiki-wikipages/en/target/jspwiki-wikipages-en-*-jspwiki.zip /tmp

Reply via email to