Skip to content

Commit 9e300bc

Browse files
author
jenkins
committed
update tag and version to 2.7.0
1 parent bffa1f0 commit 9e300bc

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.6.4"
8+
LABEL com.resilio.version="2.7.0"
99

10-
ADD https://download-cdn.resilio.com/2.6.4/linux-x64/resilio-sync_x64.tar.gz /tmp/sync.tgz
10+
ADD https://download-cdn.resilio.com/2.7.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)