-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jenkins
committed
Jan 14, 2019
1 parent
77bb90d
commit 13cce60
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
|
||
FROM ubuntu | ||
MAINTAINER Resilio Inc. <[email protected]> | ||
LABEL com.resilio.version="2.6.2" | ||
LABEL com.resilio.version="2.6.3" | ||
|
||
ADD https://download-cdn.resilio.com/2.6.2/linux-x64/resilio-sync_x64.tar.gz /tmp/sync.tgz | ||
ADD https://download-cdn.resilio.com/2.6.3/linux-x64/resilio-sync_x64.tar.gz /tmp/sync.tgz | ||
RUN tar -xf /tmp/sync.tgz -C /usr/bin rslsync && rm -f /tmp/sync.tgz | ||
|
||
COPY sync.conf.default /etc/ | ||
|