From afa4d6437885a57e0cdd0fa0c6f2868c4cc99250 Mon Sep 17 00:00:00 2001 From: Felix <25091279+x-Felix@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:52:12 +1000 Subject: [PATCH] 2.8.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/