Skip to content

Commit 475c55f

Browse files
committed
leiningen: fix Dockerfile for 'dev'
1 parent 4e7dacb commit 475c55f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

leiningen/dev/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
FROM iron/java:1.8
1+
FROM iron/java:1.11
22

33
# To disable warning
44
ENV LEIN_ROOT 1
5-
ENV LEIN_VERSION 2.6.1
5+
ENV LEIN_VERSION 2.9.8
66

7+
RUN apk update && apk upgrade
78
RUN apk add --update wget ca-certificates bash curl git
89

910
# Required by Figwheel

0 commit comments

Comments
 (0)