Skip to content

Commit 20cd6a2

Browse files
committed
try Julia 1.10.1
1 parent 3b5256e commit 20cd6a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
working_directory: ~/dashjl
1111
docker:
12-
- image: etpinard/dashjl-tests:0.4.0
12+
- image: etpinard/dashjl-tests:0.4.1
1313
auth:
1414
username: dashautomation
1515
password: $DASH_PAT_DOCKERHUB

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ RUN sudo apt-get update \
77
RUN cd /usr/local/src \
88
&& sudo mkdir /usr/local/src/julia \
99
&& 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 \
1111
&& sudo tar --extract --gzip --strip 1 --directory=/usr/local/src/julia --file=julia.tar.gz \
1212
&& sudo ln -s /usr/local/src/julia/bin/julia /usr/local/bin/julia

0 commit comments

Comments
 (0)