Release/v5.1 (#15)

* update base image drinternet/rsync:v1.3.0

* Base Image updates:  alpine 3.14.1 latest

* use v5.1 in examples

* support for v5.x

* mention Alpine version
This commit is contained in:
Steven Agyekum 2021-08-12 18:45:01 +02:00 committed by GitHub
parent 342e70b07e
commit b943ffe476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
FROM drinternet/rsync:v1.2.0
FROM drinternet/rsync:v1.3.0
# Copy entrypoint
COPY entrypoint.sh /entrypoint.sh