1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-10 17:25:31 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
4af07bb9b9 Version 0.3.0 2017-07-28 15:44:37 -07:00
Girish Ramakrishnan
303a00f082 Update to 0.14.33 2017-07-28 15:43:48 -07:00
4 changed files with 6 additions and 3 deletions

View File

@@ -31,3 +31,6 @@
[0.2.5]
* Updated to version 0.14.32
[0.3.0]
* Updated to version 0.14.33

View File

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

View File

@@ -1,4 +1,4 @@
This app packages Syncthing <upstream>v0.14.32</upstream>.
This app packages Syncthing <upstream>v0.14.33</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.32
ENV VERSION 0.14.33
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \