Skip to content

Commit

Permalink
try Julia 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Feb 16, 2024
1 parent 3b5256e commit 20cd6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
working_directory: ~/dashjl
docker:
- image: etpinard/dashjl-tests:0.4.0
- image: etpinard/dashjl-tests:0.4.1
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ RUN sudo apt-get update \
RUN cd /usr/local/src \
&& sudo mkdir /usr/local/src/julia \
&& sudo curl -o julia.tar.gz --location --show-error \
https://julialang-s3.julialang.org/bin/linux/x64/1.10/julia-1.10.0-linux-x86_64.tar.gz \
https://julialang-s3.julialang.org/bin/linux/x64/1.10/julia-1.10.1-linux-x86_64.tar.gz \
&& sudo tar --extract --gzip --strip 1 --directory=/usr/local/src/julia --file=julia.tar.gz \
&& sudo ln -s /usr/local/src/julia/bin/julia /usr/local/bin/julia

0 comments on commit 20cd6a2

Please sign in to comment.