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/02 20:25:57 UTC

[sling-whiteboard] branch master updated: Updating to the latest build in the docker file

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 105b015  Updating to the latest build in the docker file
105b015 is described below

commit 105b01544aaa00c375531a1796482ebba9d2265d
Author: Dan Klco <da...@gmail.com>
AuthorDate: Wed May 2 16:25:52 2018 -0400

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

diff --git a/cms/docker/Dockerfile b/cms/docker/Dockerfile
index fb61d74..7fe79da 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-20180306.214948-9.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-20180502.202258-10.jar
 ENV JAVA_OPTS -Xmx512m
 ENV SLING_OPTS ''
 

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