Skip to content

Commit b07b98b

Browse files
committed
update to 2.6.3
1 parent 2430893 commit b07b98b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Dockerfile

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
FROM nimmis/alpine-glibc
1+
FROM devmtl/alpineglibc:3.9
22

3-
MAINTAINER nimmis <[email protected]>
3+
MAINTAINER Pascal Andy <https://pascalandy.com>
4+
LABEL com.resilio.version="2.6.3"
45

5-
ENV RSLSYNC_SIZE=1000 \
6-
RSLSYNC_TRASH_TIME=30 \
6+
# rslsync --help / Resilio Sync 2.6.3 (1340) / 2019-02-04_10h26
7+
#https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
8+
ENV RSLSYNC_SIZE=1024 \
9+
RSLSYNC_TRASH_TIME=14 \
710
RSLSYNC_TRASH=true
11+
812
COPY root/. /
913

1014
RUN apk update && apk upgrade && \
11-
apk add zip curl && \
15+
apk add --no-cache zip curl && \
1216
cd /root && \
1317
curl https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz | tar xfz - && \
1418
mv rslsync /usr/local/bin && \
@@ -18,4 +22,3 @@ VOLUME /data
1822

1923
EXPOSE 33333
2024
EXPOSE 8888
21-

0 commit comments

Comments
 (0)