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
4c1b0d17e9 Version 1.1.0 2018-10-14 14:39:36 -07:00
Girish Ramakrishnan
e68c1e9ef2 Use latest base image 2018-10-14 14:39:18 -07:00
3 changed files with 5 additions and 3 deletions

View File

@@ -93,3 +93,6 @@
[1.0.7]
* Update Syncthing to 0.14.51
[1.1.0]
* Use latest base image

View File

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

View File

@@ -1,5 +1,4 @@
FROM cloudron/base:0.10.0
MAINTAINER Syncthing Developers <support@cloudron.io>
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
ENV VERSION 0.14.51