This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-docker.git
The following commit(s) were added to refs/heads/master by this push:
new d5149f1 Update to Sling 10
d5149f1 is described below
commit d5149f1263ec3b06e8dc2ea83cda12b0edc62b77
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Feb 6 14:03:50 2018 +0200
Update to Sling 10
---
Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 235a0a5..f825f61 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER [email protected]
# build on top of the released Launchpad
RUN mkdir -p /opt/sling
-RUN wget
https://repo1.maven.org/maven2/org/apache/sling/org.apache.sling.launchpad/9/org.apache.sling.launchpad-9.jar
-O /opt/sling/org.apache.sling.launchpad.jar
+RUN wget
https://repo1.maven.org/maven2/org/apache/sling/org.apache.sling.starter/10/org.apache.sling.starter-10.jar
-O /opt/sling/org.apache.sling.starter.jar
WORKDIR /opt/sling/
EXPOSE 8080
VOLUME /opt/sling/sling
@@ -11,4 +11,4 @@ VOLUME /opt/sling/sling
ENV JAVA_OPTS -Xmx512m
ENV SLING_OPTS ''
-CMD exec java $JAVA_OPTS -jar org.apache.sling.launchpad.jar $SLING_OPTS
+CMD exec java $JAVA_OPTS -jar org.apache.sling.starter.jar $SLING_OPTS
--
To stop receiving notification emails like this one, please contact
[email protected].