Skip to content

Commit

Permalink
Merge pull request #198 from sandialabs/dependabot/docker/julia-1.9.3
Browse files Browse the repository at this point in the history
Bump julia from 1.9.2 to 1.9.3
  • Loading branch information
mrbuche authored Aug 28, 2023
2 parents 740454d + b5fd2d4 commit 708b760
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.2 as julia
FROM julia:1.9.3 as julia
FROM python:3.11
WORKDIR /
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
Expand Down

0 comments on commit 708b760

Please sign in to comment.