Skip to content

Commit 848448c

Browse files
authored
CI Dockerfile: don't have a default value for ARG (#70)
1 parent 9407c27 commit 848448c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM ghcr.io/kleinhenz/docker-slurm-cluster@sha256:c62b169970eaab879898a7df5950f888b0417147e06f8c0e32fd15087b22d9f2
22

3-
ARG JULIA_VERSION=1.11.2
3+
# We intentionally have no default value:
4+
ARG JULIA_VERSION
45

56
RUN mkdir -p /home/docker/.local/opt/julia \
67
&& cd /home/docker/.local/opt/julia \

0 commit comments

Comments
 (0)