Browse Source

upgrade rsync packages from v3.2.7-r3 to v3.2.7-r4 (fixes exec bit of rrsync)

https://web.archive.org/web/20230519204005/https://git.alpinelinux.org/aports/commit/main/rsync?h=3.18-stable&id=c165f8fd6d16ad4f71a4a201c0da35baa2dd81d8
Fabian Peter Hammerle 10 months ago
parent
commit
c10f268c3e
2 changed files with 2 additions and 2 deletions
  1. 2 1
      Dockerfile
  2. 0 1
      rsync-package-log.url

+ 2 - 1
Dockerfile

@@ -1,6 +1,7 @@
 FROM docker.io/alpine:3.18.0
 
-ARG RSYNC_PACKAGE_VERSION=3.2.7-r3
+# https://git.alpinelinux.org/aports/log/main/rsync?h=3.18-stable
+ARG RSYNC_PACKAGE_VERSION=3.2.7-r4
 ARG OPENSSH_SERVER_PACKAGE_VERSION=9.3_p1-r3
 RUN apk add --no-cache \
     openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION \

+ 0 - 1
rsync-package-log.url

@@ -1 +0,0 @@
-https://git.alpinelinux.org/aports/log/main/rsync?h=3.18-stable