Skip to content

Commit 3d0f679

Browse files
author
Matt Tarantino
authored
Bump image and leiningen
1 parent 4ba7688 commit 3d0f679

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM quay.io/orgsync/java:1.8
2-
MAINTAINER Joshua Griffith <joshua@orgsync.com>
1+
FROM quay.io/orgsync/java:1.9.0
2+
MAINTAINER Matt Tarantino <mtarantino@campuslabs.com>
33

44
ENV LEIN_ROOT true
55

6-
RUN wget -q -O /usr/bin/lein -- https://raw.githubusercontent.com/technomancy/leiningen/2.5.3/bin/lein \
6+
RUN wget -q -O /usr/bin/lein -- https://raw.githubusercontent.com/technomancy/leiningen/2.8.1/bin/lein \
77
&& chmod +x /usr/bin/lein \
88
&& lein > /dev/null 2>&1
99

0 commit comments

Comments
 (0)