Repository: wicket Updated Branches: refs/heads/wicket-7.x 0f0220bdf -> a0daccd6e
Debian based Tomcat 8.5 is used for wicket-examples Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a0daccd6 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a0daccd6 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a0daccd6 Branch: refs/heads/wicket-7.x Commit: a0daccd6e32e1a8361ee1d2cbb6796c23c9661e8 Parents: 0f0220b Author: Maxim Solodovnik <[email protected]> Authored: Fri Nov 24 14:53:02 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Fri Nov 24 14:53:02 2017 +0700 ---------------------------------------------------------------------- wicket-examples/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/a0daccd6/wicket-examples/Dockerfile ---------------------------------------------------------------------- diff --git a/wicket-examples/Dockerfile b/wicket-examples/Dockerfile index a83a579..a86b774 100644 --- a/wicket-examples/Dockerfile +++ b/wicket-examples/Dockerfile @@ -1,4 +1,4 @@ -FROM tomcat:8.5-jre8-alpine +FROM tomcat:8.5-jre8 MAINTAINER Apache Wicket Team <[email protected]> RUN rm -rf /usr/local/tomcat/webapps/*
