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

Compare commits

...

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
ae1f3401ae Version 1.0.5 2018-08-08 18:17:51 -07:00
Girish Ramakrishnan
7dd3979bdc Update Syncthing to 0.14.49 2018-08-08 18:16:29 -07:00
4 changed files with 6 additions and 3 deletions

View File

@@ -84,3 +84,6 @@
[1.0.4]
* Update Syncthing to version 0.14.48
[1.0.5]
* Update Syncthing to 0.14.49

View File

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

View File

@@ -1,4 +1,4 @@
This app packages Syncthing <upstream>v0.14.48</upstream>.
This app packages Syncthing <upstream>v0.14.49</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

@@ -1,7 +1,7 @@
FROM cloudron/base:0.10.0
MAINTAINER Syncthing Developers <support@cloudron.io>
ENV VERSION 0.14.48
ENV VERSION 0.14.49
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \