Skip to content

Commit

Permalink
Missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Oct 11, 2024
1 parent 0233c16 commit c71c0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

#ARG JULIA=1.6
RUN curl -fsSL https://install.julialang.org | sh -s -- --path /usr/local/.julia --yes && \
RUN curl -fsSL https://install.julialang.org | sh -s -- --yes && \
juliaup add ${JULIA} && \
juliaup default ${JULIA}

0 comments on commit c71c0eb

Please sign in to comment.