Update to 0.3.11
This commit is contained in:
parent
46509c3b91
commit
951fefea3d
|
|
@ -5,7 +5,7 @@ RUN apt-get update \
|
|||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV JULIA_PATH /usr/local/julia
|
||||
ENV JULIA_VERSION 0.3.10
|
||||
ENV JULIA_VERSION 0.3.11
|
||||
|
||||
RUN mkdir $JULIA_PATH \
|
||||
&& apt-get update && apt-get install -y curl \
|
||||
|
|
|
|||
Loading…
Reference in New Issue