You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2019/05/10 12:44:30 UTC

[wicket] branch WICKET-6662 updated: update Dockerfile to point to tomcat:8.5-jre11 (#360)

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

adelbene pushed a commit to branch WICKET-6662
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/WICKET-6662 by this push:
     new c1a2b3b  update Dockerfile to point to tomcat:8.5-jre11 (#360)
c1a2b3b is described below

commit c1a2b3bff17dd4759065c1d24f749733210c368f
Author: andreikondratev <an...@unimarket.com>
AuthorDate: Fri May 10 17:12:21 2019 +1200

    update Dockerfile to point to tomcat:8.5-jre11 (#360)
    
    because a new build target is 11
---
 wicket-examples/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wicket-examples/Dockerfile b/wicket-examples/Dockerfile
index ac71634..e26cbf6 100644
--- a/wicket-examples/Dockerfile
+++ b/wicket-examples/Dockerfile
@@ -1,4 +1,4 @@
-FROM tomcat:8.5-jre8
+FROM tomcat:8.5-jre11
 MAINTAINER Apache Wicket Team <de...@wicket.apache.org>
 
 RUN rm -rf /usr/local/tomcat/webapps/*