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/02/09 22:13:02 UTC

[sling-whiteboard] branch master updated: Updating docker to the latest snapshot

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 4d54a9b  Updating docker to the latest snapshot
4d54a9b is described below

commit 4d54a9b4c1f6fac72632067fa30464fb46f50d8e
Author: Dan Klco <da...@gmail.com>
AuthorDate: Fri Feb 9 17:12:54 2018 -0500

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

diff --git a/cms/docker/Dockerfile b/cms/docker/Dockerfile
index 4decc00..fd2f615 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-20180209.045551-6.jar -O /opt/sling/org.apache.sling.cms.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-20180209.175110-7.jar -O /opt/sling/org.apache.sling.cms.jar
 ENV JAVA_OPTS -Xmx512m
 ENV SLING_OPTS ''
 

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