We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceac535 commit 4ba7688Copy full SHA for 4ba7688
1 file changed
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM orgsync/java8
2
-MAINTAINER Joshua Griffith
+FROM quay.io/orgsync/java:1.8
+MAINTAINER Joshua Griffith <joshua@orgsync.com>
3
4
ENV LEIN_ROOT true
5
6
-RUN wget -q -O /usr/bin/lein -- https://raw.githubusercontent.com/technomancy/leiningen/2.5.0/bin/lein \
+RUN wget -q -O /usr/bin/lein -- https://raw.githubusercontent.com/technomancy/leiningen/2.5.3/bin/lein \
7
&& chmod +x /usr/bin/lein \
8
&& lein > /dev/null 2>&1
9
0 commit comments