We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdec096 commit 470286aCopy full SHA for 470286a
1 file changed
Dockerfile
@@ -5,9 +5,9 @@
5
6
FROM ubuntu
7
MAINTAINER Resilio Inc. <support@resilio.com>
8
-LABEL com.resilio.version="2.5.13"
+LABEL com.resilio.version="2.6.0"
9
10
-ADD https://download-cdn.resilio.com/2.5.13/linux-x64/resilio-sync_x64.tar.gz /tmp/sync.tgz
+ADD https://download-cdn.resilio.com/2.6.0/linux-x64/resilio-sync_x64.tar.gz /tmp/sync.tgz
11
RUN tar -xf /tmp/sync.tgz -C /usr/bin rslsync && rm -f /tmp/sync.tgz
12
13
COPY sync.conf.default /etc/
0 commit comments