mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Merge branch '4'
This commit is contained in:
commit
b62912f18f
@ -2,6 +2,12 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [4.3.0] - 26/11/2018
|
||||
### Changed
|
||||
* Update BackupPC to 4.2.0
|
||||
* Update perl lib BackupPC::XS to 0.58
|
||||
* Update rsync-bpc to 3.0.9.13
|
||||
|
||||
## [4.2.1-3] - 26/11/2018
|
||||
### Added
|
||||
* Add support for ACL to rsync-bpc (from @JoelLinn in #9)
|
||||
|
@ -2,9 +2,9 @@ FROM alpine:3.8
|
||||
|
||||
LABEL maintainer="Adrien Ferrand <ferrand.ad@gmail.com>"
|
||||
|
||||
ENV BACKUPPC_VERSION 4.2.1
|
||||
ENV BACKUPPC_XS_VERSION 0.57
|
||||
ENV RSYNC_BPC_VERSION 3.0.9.12
|
||||
ENV BACKUPPC_VERSION 4.3.0
|
||||
ENV BACKUPPC_XS_VERSION 0.58
|
||||
ENV RSYNC_BPC_VERSION 3.0.9.13
|
||||
ENV PAR2_VERSION v0.8.0
|
||||
|
||||
# Install backuppc runtime dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user