We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19dd4a commit 7640448Copy full SHA for 7640448
Dockerfile
@@ -1,6 +1,10 @@
1
# drinternet/[email protected]
2
FROM drinternet/rsync@sha256:15b2949838074bd93c49421c22380396a0cd53a322439e799ac87afcadcfe234
3
4
+# always force-upgrade rsync to get the latest security fixes
5
+RUN apk update && apk add --no-cache --upgrade rsync
6
+RUN rm -rf /var/cache/apk/*
7
+
8
# Copy entrypoint
9
COPY entrypoint.sh /entrypoint.sh
10
RUN chmod +x /entrypoint.sh
0 commit comments