Update syncthing to 1.1.3

This commit is contained in:
Girish Ramakrishnan 2019-05-09 11:14:01 -07:00
parent ab8ea632e6
commit 8cf157e88b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v1.1.1/syncthing-linux-amd64-v1.1.1.tar.gz -O - \
&& wget https://github.com/syncthing/syncthing/releases/download/v1.1.3/syncthing-linux-amd64-v1.1.3.tar.gz -O - \
| tar -xz -C /app/code --strip-components=1
WORKDIR /app/code