Skip to content

Commit c218cfe

Browse files
authored
Merge pull request #32 from DilumAluthge-forks/dpa/pin-docker-digest
CI: In the Dockerfile, pin the full `sha256` digest in the `FROM` line
2 parents 2bf3774 + 27fedda commit c218cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jkleinh/slurm-cluster as base
1+
FROM jkleinh/slurm-cluster@sha256:afd20dafc831b0fa781460dc871232579ccf1b54955e434531394c331ce388e4 as base
22
MAINTAINER Joseph Kleinhenz <jkleinh@umich.edu>
33

44
ARG JULIA_VERSION=1.6.0

0 commit comments

Comments
 (0)