diff --git a/Dockerfile b/Dockerfile index 3601825..1b2da2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:latest MAINTAINER Resilio Inc. -LABEL com.resilio.version="2.8.0" +LABEL com.resilio.version="2.8.1" ENV TZ 'Australia/Sydney' RUN echo $TZ > /etc/timezone && \ @@ -10,7 +10,7 @@ RUN echo $TZ > /etc/timezone && \ dpkg-reconfigure -f noninteractive tzdata && \ apt-get clean -ADD https://download-cdn.resilio.com/stable/linux/x64/0/resilio-sync_x64.tar.gz /tmp/sync.tgz +ADD https://download-cdn.resilio.com/2.8.1.1390/linux/x64/0/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/