File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
test :
10
10
working_directory : ~/dashjl
11
11
docker :
12
- - image : etpinard/dashjl-tests:0.4.0
12
+ - image : etpinard/dashjl-tests:0.4.1
13
13
auth :
14
14
username : dashautomation
15
15
password : $DASH_PAT_DOCKERHUB
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ RUN sudo apt-get update \
7
7
RUN cd /usr/local/src \
8
8
&& sudo mkdir /usr/local/src/julia \
9
9
&& sudo curl -o julia.tar.gz --location --show-error \
10
- https://julialang-s3.julialang.org/bin/linux/x64/1.10/julia-1.10.0 -linux-x86_64.tar.gz \
10
+ https://julialang-s3.julialang.org/bin/linux/x64/1.10/julia-1.10.1 -linux-x86_64.tar.gz \
11
11
&& sudo tar --extract --gzip --strip 1 --directory=/usr/local/src/julia --file=julia.tar.gz \
12
12
&& sudo ln -s /usr/local/src/julia/bin/julia /usr/local/bin/julia
You can’t perform that action at this time.
0 commit comments