1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-24 22:07:36 +00:00

Updated to new upstream version

This commit is contained in:
Dennis Schwerdel
2017-06-27 10:20:37 +02:00
parent 2d4e328955
commit 7620eec7b6
3 changed files with 6 additions and 2 deletions

View File

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