You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2018/05/12 03:20:56 UTC

[sling-whiteboard] branch master updated: Updating docker file to latest version

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f45950  Updating docker file to latest version
0f45950 is described below

commit 0f45950291b8b76bf00b92e97d18e69a37a44ade
Author: Dan Klco <dk...@apache.org>
AuthorDate: Fri May 11 23:20:49 2018 -0400

    Updating docker file to latest version
---
 cms/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cms/docker/Dockerfile b/cms/docker/Dockerfile
index 7fe79da..488caad 100644
--- a/cms/docker/Dockerfile
+++ b/cms/docker/Dockerfile
@@ -24,7 +24,7 @@ VOLUME /opt/sling/sling
 
 # Setup Sling CMS
 RUN mkdir -p /opt/sling
-RUN wget https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.cms.builder/1.0.0-SNAPSHOT/org.apache.sling.cms.builder-1.0.0-20180502.202258-10.jar
+RUN wget https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.cms.builder/1.0.0-SNAPSHOT/org.apache.sling.cms.builder-1.0.0-20180512.031838-12.jar
 ENV JAVA_OPTS -Xmx512m
 ENV SLING_OPTS ''
 

-- 
To stop receiving notification emails like this one, please contact
dklco@apache.org.