mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-13 16:29:09 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
49273738a1 | ||
|
0d570bd00a |
@@ -341,3 +341,10 @@
|
||||
[1.21.2]
|
||||
* Update base image to 4.0.0
|
||||
|
||||
[1.23.0]
|
||||
* Update Syncthing to 1.23.0
|
||||
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.0)
|
||||
* #8572: Incorrect rescan interval on auto accepted encrypted folder
|
||||
* #8646: Perhaps the list of devices contains empty elements
|
||||
* #8686: Properly indicate whether a connection is "LAN" or not in the GUI
|
||||
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "1.21.2",
|
||||
"upstreamVersion": "1.22.1",
|
||||
"version": "1.22.0",
|
||||
"upstreamVersion": "1.23.0",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=1.22.1
|
||||
ARG VERSION=1.23.0
|
||||
|
||||
RUN wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - | tar -xz -C /app/code --strip-components=1
|
||||
|
||||
|
Reference in New Issue
Block a user