Update syncthing to 0.14.45

This commit is contained in:
Girish Ramakrishnan 2018-03-06 09:25:21 -08:00
parent 72d3757c51
commit 6d051c2ad1
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.44
ENV VERSION 0.14.45
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \