From b16614048bd61f82b03c532b0200b0f148c86d50 Mon Sep 17 00:00:00 2001 From: Matthias Pohl Date: Thu, 28 Mar 2024 17:53:03 +0100 Subject: [PATCH] Use SHA instead of Docker version tag for base image to allow for consistent code execution. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb4a185..2d61258 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM drinternet/rsync:v1.4.4 +# drinternet/rsync@v1.4.4 +FROM drinternet/rsync@sha256:15b2949838074bd93c49421c22380396a0cd53a322439e799ac87afcadcfe234 # Copy entrypoint COPY entrypoint.sh /entrypoint.sh