Skip to content

Commit 7640448

Browse files
authored
always force-upgrade rsync to get the latest security upgrades
1 parent d19dd4a commit 7640448

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# drinternet/[email protected]
22
FROM drinternet/rsync@sha256:15b2949838074bd93c49421c22380396a0cd53a322439e799ac87afcadcfe234
33

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+
48
# Copy entrypoint
59
COPY entrypoint.sh /entrypoint.sh
610
RUN chmod +x /entrypoint.sh

0 commit comments

Comments
 (0)