Skip to content

Commit

Permalink
Merge pull request #221 from sandialabs/dependabot/docker/julia-1.10.0
Browse files Browse the repository at this point in the history
Bump julia from 1.9.4 to 1.10.0
  • Loading branch information
mrbuche authored Jan 2, 2024
2 parents 2e5273b + 783ef98 commit e383366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM julia:1.9.4 as julia
FROM julia:1.10.0 as julia
FROM python:3.12
WORKDIR /
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
Expand Down

0 comments on commit e383366

Please sign in to comment.