Skip to content

Commit

Permalink
Bump julia from 1.10.3 to 1.10.5 (#117)
Browse files Browse the repository at this point in the history
Bumps julia from 1.10.3 to 1.10.5.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2024
1 parent ce0ee8a commit 53ea122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM julia:1.10.3 AS build-sysimage
FROM julia:1.10.5 AS build-sysimage

WORKDIR /tmp/image-builder/

Expand All @@ -25,7 +25,7 @@ COPY test/fixtures/everything_at_once/runtests.jl ./test/fixtures/everything_at_
RUN julia --project=build-env -e 'using Pkg; Pkg.add("PackageCompiler"); Pkg.add(PackageSpec(path="."))'
RUN julia --project=build-env -e 'using PackageCompiler; create_sysimage(:ExercismTestReports; sysimage_path = "test-runner-sysimage.so", precompile_execution_file="precompile_execution_file.jl", cpu_target="x86-64")'

FROM julia:1.10.3
FROM julia:1.10.5

WORKDIR /opt/test-runner/

Expand Down

0 comments on commit 53ea122

Please sign in to comment.