File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV LEIN_VERSION=2.9.1 \
12
12
CLOJURE_VER=1.10.3.933 \
13
13
CLOJURESCRIPT_VER=1.10.866
14
14
15
- RUN apk add --update --no-cache openjdk8 openssl gnupg bash
15
+ RUN apk add --update --no-cache openjdk11 openssl gnupg bash
16
16
17
17
# Download the whole repo as an archive
18
18
RUN set -x; mkdir -p $LEIN_INSTALL \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN set -ex; \
32
32
mkdir -p /usr/share/java; \
33
33
mv leiningen-$LEIN_VERSION-standalone.zip /usr/share/java/leiningen-$LEIN_VERSION-standalone.jar; \
34
34
apt-get update; \
35
- apt-get -q -y install openjdk-8 -jdk; \
35
+ apt-get -q -y install openjdk-11 -jdk; \
36
36
curl -s https://download.clojure.org/install/linux-install-$CLOJURE_VER.sh | bash
37
37
38
38
# Install latest Clojure and ClojureScript so users don't have to download it every time
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN set -ex; \
32
32
mkdir -p /usr/share/java; \
33
33
mv leiningen-$LEIN_VERSION-standalone.zip /usr/share/java/leiningen-$LEIN_VERSION-standalone.jar; \
34
34
apt-get update; \
35
- apt-get -q -y install openjdk-8 -jdk; \
35
+ apt-get -q -y install openjdk-11 -jdk; \
36
36
curl -s https://download.clojure.org/install/linux-install-$CLOJURE_VER.sh | bash
37
37
38
38
# Install latest Clojure and ClojureScript so users don't have to download it every time
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ WORKDIR /tmp
5
5
ENV CLOJURE_VER=1.10.3.933
6
6
7
7
RUN apt-get update \
8
- && apt-get -q -y install openjdk-8 -jdk curl \
8
+ && apt-get -q -y install openjdk-11 -jdk curl \
9
9
&& npm install -g shadow-cljs \
10
10
&& curl -s https://download.clojure.org/install/linux-install-$CLOJURE_VER.sh | bash
Original file line number Diff line number Diff line change 4
4
WORKDIR /tmp
5
5
ENV CLOJURE_VER=1.10.3.933
6
6
7
- RUN apk add --update --no-cache openjdk8 openssl bash curl \
7
+ RUN apk add --update --no-cache openjdk11 openssl bash curl \
8
8
&& npm install -g shadow-cljs \
9
9
&& curl -s https://download.clojure.org/install/linux-install-$CLOJURE_VER.sh | bash
You can’t perform that action at this time.
0 commit comments