Skip to content

Commit b166140

Browse files
committed
Use SHA instead of Docker version tag for base image to allow for consistent code execution.
1 parent e1c5b90 commit b166140

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)