Skip to content

Commit 470286a

Browse files
author
jenkins
committed
update tag and version to 2.6.0
1 parent fdec096 commit 470286a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
FROM ubuntu
77
MAINTAINER Resilio Inc. <support@resilio.com>
8-
LABEL com.resilio.version="2.5.13"
8+
LABEL com.resilio.version="2.6.0"
99

10-
ADD https://download-cdn.resilio.com/2.5.13/linux-x64/resilio-sync_x64.tar.gz /tmp/sync.tgz
10+
ADD https://download-cdn.resilio.com/2.6.0/linux-x64/resilio-sync_x64.tar.gz /tmp/sync.tgz
1111
RUN tar -xf /tmp/sync.tgz -C /usr/bin rslsync && rm -f /tmp/sync.tgz
1212

1313
COPY sync.conf.default /etc/

0 commit comments

Comments
 (0)