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 62b8d73 commit 1f26d1bCopy full SHA for 1f26d1b
jenkins/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update && \
11
apt-get clean && \
12
rm -rf /var/lib/apt/lists/*
13
14
-#ARG JULIA=1.6
+ARG JULIA=1.6
15
RUN curl -fsSL https://install.julialang.org | sh -s -- --yes
16
RUN /root/.juliaup/bin/juliaup add ${JULIA}
17
RUN /root/.juliaup/bin/juliaup default ${JULIA}
0 commit comments