Update syncthing to 0.14.47

This commit is contained in:
Girish Ramakrishnan 2018-05-02 13:10:39 -07:00
parent d99a39a0e5
commit 391419d9f4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM cloudron/base:0.10.0
MAINTAINER Syncthing Developers <support@cloudron.io>
ENV VERSION 0.14.46
ENV VERSION 0.14.47
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \