From 88a47bcf1a6895dbb493ce04b0e6ff49c9c1b06a Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Thu, 21 Sep 2017 23:06:33 +0200 Subject: [PATCH] Update to 0.14.38 --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8d21b8b..7d33849 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -43,3 +43,6 @@ [0.3.3] * Updated to version 0.14.37 +[0.3.4] +* Updated to version 0.14.38 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 8d908c4..f9d8fd6 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.3", + "version": "0.3.4", "healthCheckPath": "/check", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 6ee393f..0ee9898 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Syncthing v0.14.37. +This app packages Syncthing v0.14.38. 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 5b58080..d49f5e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN ./configure \ --build=cloudron-river RUN make install -ENV VERSION 0.14.37 +ENV VERSION 0.14.38 RUN mkdir -p /app/code \ && wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \