Skip to content

Commit 4ba7688

Browse files
author
Joshua Griffith
committed
Update to quay base image and lein 2.5.3
1 parent ceac535 commit 4ba7688

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 orgsync/java8
2-
MAINTAINER Joshua Griffith
1+
FROM quay.io/orgsync/java:1.8
2+
MAINTAINER Joshua Griffith <joshua@orgsync.com>
33

44
ENV LEIN_ROOT true
55

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

0 commit comments

Comments
 (0)