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

Compare commits

..

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
55ad5b2a12 Version 1.2.0 2018-11-09 16:32:21 -08:00
Girish Ramakrishnan
1e5cc8b533 Update syncthing to 0.14.52 2018-11-09 16:22:11 -08:00
4 changed files with 6 additions and 3 deletions

View File

@@ -96,3 +96,6 @@
[1.1.0]
* Use latest base image
[1.2.0]
* Update Syncthing to 0.14.52

View File

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

View File

@@ -1,4 +1,4 @@
This app packages Syncthing <upstream>v0.14.51</upstream>.
This app packages Syncthing <upstream>v0.14.52</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,6 +1,6 @@
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
ENV VERSION 0.14.51
ENV VERSION 0.14.52
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \