Use SHA instead of Docker version tag for base image to allow for consistent code execution.

This commit is contained in:
Matthias Pohl 2024-03-28 17:53:03 +01:00
parent e1c5b900e9
commit b16614048b
No known key found for this signature in database
GPG key ID: B20D491162EF4A3F

View file

@ -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