Skip to content

Commit

Permalink
update tag and version to 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Jul 21, 2020
1 parent 60c6bc8 commit c4f61e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

FROM ubuntu
MAINTAINER Resilio Inc. <support@resilio.com>
LABEL com.resilio.version="2.7.1"
LABEL com.resilio.version="2.7.2"

ADD https://download-cdn.resilio.com/2.7.1/linux-x64/resilio-sync_x64.tar.gz /tmp/sync.tgz
ADD https://download-cdn.resilio.com/2.7.2/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/
Expand Down

0 comments on commit c4f61e4

Please sign in to comment.