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 4ba7688 commit 3d0f679Copy full SHA for 3d0f679
1 file changed
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM quay.io/orgsync/java:1.8
2
-MAINTAINER Joshua Griffith <joshua@orgsync.com>
+FROM quay.io/orgsync/java:1.9.0
+MAINTAINER Matt Tarantino <mtarantino@campuslabs.com>
3
4
ENV LEIN_ROOT true
5
6
-RUN wget -q -O /usr/bin/lein -- https://raw.githubusercontent.com/technomancy/leiningen/2.5.3/bin/lein \
+RUN wget -q -O /usr/bin/lein -- https://raw.githubusercontent.com/technomancy/leiningen/2.8.1/bin/lein \
7
&& chmod +x /usr/bin/lein \
8
&& lein > /dev/null 2>&1
9
0 commit comments