-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update backuppc to 4.1.5 + dependencies
- Loading branch information
Adrien Ferrand
committed
Dec 3, 2017
1 parent
f0e9adc
commit 7f08796
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ FROM alpine:3.6 | |
|
||
LABEL maintainer="Adrien Ferrand <[email protected]>" | ||
|
||
ENV BACKUPPC_VERSION 4.1.4 | ||
ENV BACKUPPC_XS_VERSION 0.56 | ||
ENV RSYNC_BPC_VERSION 3.0.9.8 | ||
ENV BACKUPPC_VERSION 4.1.5 | ||
ENV BACKUPPC_XS_VERSION 0.57 | ||
ENV RSYNC_BPC_VERSION 3.0.9.9 | ||
ENV PAR2_VERSION v0.7.4 | ||
|
||
RUN apk --no-cache add \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.1.4 | ||
4.1.5 |