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

[wicket] branch master updated: update Dockerfile to point to tomcat:9.0-jre11 (#362)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d54ad35  update Dockerfile to point to tomcat:9.0-jre11 (#362)
d54ad35 is described below

commit d54ad35327bf6bc8af6447652e9532651c6750c6
Author: Andrew Kondratev <an...@gmail.com>
AuthorDate: Mon May 13 19:07:39 2019 +1200

    update Dockerfile to point to tomcat:9.0-jre11 (#362)
---
 wicket-examples/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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