mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-14 08:49:08 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
4c1b0d17e9 | ||
|
e68c1e9ef2 |
@@ -93,3 +93,6 @@
|
|||||||
[1.0.7]
|
[1.0.7]
|
||||||
* Update Syncthing to 0.14.51
|
* Update Syncthing to 0.14.51
|
||||||
|
|
||||||
|
[1.1.0]
|
||||||
|
* Use latest base image
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Decentralized file synchronization",
|
"tagline": "Decentralized file synchronization",
|
||||||
"version": "1.0.7",
|
"version": "1.1.0",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
FROM cloudron/base:0.10.0
|
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
|
||||||
MAINTAINER Syncthing Developers <support@cloudron.io>
|
|
||||||
|
|
||||||
ENV VERSION 0.14.51
|
ENV VERSION 0.14.51
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user