You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2020/03/06 22:04:55 UTC

[jspwiki] branch master updated: update Dockerfile to use latest Tomcat 9.0 (no version bump)

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


The following commit(s) were added to refs/heads/master by this push:
     new 6078d6d  update Dockerfile to use latest Tomcat 9.0 (no version bump)
6078d6d is described below

commit 6078d6d7ebe533fc2a6269b6d92905182c33191a
Author: juanpablo <ju...@apache.org>
AuthorDate: Fri Mar 6 23:04:17 2020 +0100

    update Dockerfile to use latest Tomcat 9.0 (no version bump)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 06555da..9a7e40b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,7 @@ RUN set -x \
 # fastest, minimum build
   && mvn clean package -pl jspwiki-war,jspwiki-wikipages/en -am -DskipTests
 
-FROM tomcat:8.5
+FROM tomcat:9.0
 
 COPY --from=package /tmp/jspwiki-war/target/JSPWiki.war /tmp
 COPY --from=package /tmp/jspwiki-wikipages/en/target/jspwiki-wikipages-en-*.zip /tmp