Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cmcaine committed May 2, 2024
1 parent 977f5b1 commit 63bbb1d
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.2 AS build-sysimage
FROM julia:1.10.3 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.2
FROM julia:1.10.3

WORKDIR /opt/test-runner/

Expand Down

0 comments on commit 63bbb1d

Please sign in to comment.