Browse Source

upgrade rsync & rrsync package from v3.2.5-r0 to v3.2.7-r0

https://web.archive.org/web/20221029172335/https://download.samba.org/pub/rsync/NEWS
https://web.archive.org/web/20221029172252/https://git.alpinelinux.org/aports/commit/main/rsync?h=3.16-stable&id=a2b5319e9212ae4b1fe3e87298114bc483160895
Fabian Peter Hammerle 1 year ago
parent
commit
c37377e603
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM docker.io/alpine:3.16.2
 
-ARG RSYNC_PACKAGE_VERSION=3.2.5-r0
+ARG RSYNC_PACKAGE_VERSION=3.2.7-r0
 ARG OPENSSH_SERVER_PACKAGE_VERSION=9.0_p1-r2
 RUN apk add --no-cache \
     openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION \