Update syncthing to 1.4.1

This commit is contained in:
Girish Ramakrishnan 2020-04-06 11:54:36 -07:00
parent 97d8f69a5e
commit 6dbe2e26a7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
ARG VERSION=1.4.0
ARG VERSION=1.4.1
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \
| tar -xz -C /app/code --strip-components=1