Skip to content

Commit

Permalink
Bump julia from 1.9.1 to 1.9.2
Browse files Browse the repository at this point in the history
Bumps julia from 1.9.1 to 1.9.2.

---
updated-dependencies:
- dependency-name: julia
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 3cc31d8 commit af222f9
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.1 as julia
FROM julia:1.9.2 as julia
FROM python:3.11
WORKDIR /
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
Expand Down

0 comments on commit af222f9

Please sign in to comment.