From 6be20dbf5e823b85dfcb680e37d71f0b1fff4734 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Tue, 5 Sep 2017 18:34:54 +0200 Subject: [PATCH] Update to 0.14.37 --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0652857..8d21b8b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -40,3 +40,6 @@ [0.3.2] * Updated to version 0.14.36 +[0.3.3] +* Updated to version 0.14.37 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 226c263..8d908c4 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "0.3.2", + "version": "0.3.3", "healthCheckPath": "/check", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 1df5129..6ee393f 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Syncthing v0.14.36. +This app packages Syncthing v0.14.37. 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. diff --git a/Dockerfile b/Dockerfile index 9c28f5e..5b58080 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN ./configure \ --build=cloudron-river RUN make install -ENV VERSION 0.14.36 +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 - \