Skip to content

Commit d655f5c

Browse files
authored
Merge pull request #4 from Poeschl-HomeAssistant-Addons/containerfile-dependency/rsync
⬆️ Update rsync to version 3.4.0-r0
2 parents a88557d + abf74dc commit d655f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsync/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM $BUILD_FROM AS RUNNING
33

44
RUN apk update && \
55
apk add --no-cache \
6-
'rsync=3.2.7-r4' \
6+
'rsync=3.4.0-r0' \
77
'openssh-client-default=9.3_p2-r2' \
88
'coreutils=9.3-r2'
99

0 commit comments

Comments
 (0)