Skip to content

Commit b2bc75a

Browse files
authored
Merge pull request #60 from XComp/use-hash-instead-of-version-tag
Use SHA instead of Docker version tag for base image to allow for consistent code execution.
2 parents 93c0d7a + b166140 commit b2bc75a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM drinternet/rsync:v1.4.4
1+
# drinternet/rsync@v1.4.4
2+
FROM drinternet/rsync@sha256:15b2949838074bd93c49421c22380396a0cd53a322439e799ac87afcadcfe234
23

34
# Copy entrypoint
45
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)