1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-25 14:27:34 +00:00

Version 0.5.0

This commit is contained in:
Dennis Schwerdel
2017-11-26 23:27:19 +01:00
parent d281fb8aef
commit 748697ba51
4 changed files with 5 additions and 3 deletions

View File

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