1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-13 08:19:09 +00:00

Compare commits

..

4 Commits

Author SHA1 Message Date
Dennis Schwerdel
6be20dbf5e Update to 0.14.37 2017-09-05 18:36:50 +02:00
Girish Ramakrishnan
eeabcd9b30 Merge branch 'update_to_0_14_36' into 'master'
Update to 0 14 36

See merge request !2
2017-08-28 16:24:28 +00:00
Girish Ramakrishnan
f56054506e Version 0.3.2 2017-08-24 11:45:12 -07:00
Girish Ramakrishnan
de4b8ff977 Update to 0.14.36 2017-08-24 11:35:09 -07:00
4 changed files with 9 additions and 3 deletions

View File

@@ -37,3 +37,9 @@
[0.3.1]
* Updated to version 0.14.35
[0.3.2]
* Updated to version 0.14.36
[0.3.3]
* Updated to version 0.14.37

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
"version": "0.3.1",
"version": "0.3.3",
"healthCheckPath": "/check",
"httpPort": 8000,
"addons": {

View File

@@ -1,4 +1,4 @@
This app packages Syncthing <upstream>v0.14.35</upstream>.
This app packages Syncthing <upstream>v0.14.37</upstream>.
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.

View File

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