mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-02-22 01:45:40 +01:00
always force-upgrade rsync to get the latest security upgrades
This commit is contained in:
parent
d19dd4a0be
commit
76404482ea
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
# drinternet/rsync@v1.4.4
|
||||
FROM drinternet/rsync@sha256:15b2949838074bd93c49421c22380396a0cd53a322439e799ac87afcadcfe234
|
||||
|
||||
# always force-upgrade rsync to get the latest security fixes
|
||||
RUN apk update && apk add --no-cache --upgrade rsync
|
||||
RUN rm -rf /var/cache/apk/*
|
||||
|
||||
# Copy entrypoint
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
|
Loading…
Reference in a new issue