Syncthing 0.14.42

This commit is contained in:
Girish Ramakrishnan 2017-12-28 19:13:32 -08:00
parent a3f10a7f2d
commit 3078a34c8d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ RUN ./configure \
--build=cloudron-river
RUN make install
ENV VERSION 0.14.41
ENV VERSION 0.14.42
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \