mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-14 17:09:07 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
f3a06ced68 | ||
|
b7448113c9 |
@@ -353,3 +353,10 @@
|
||||
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.1)
|
||||
* #8325: "accept: function not implemented" after upgrading to syncthing v1.20.1
|
||||
|
||||
[1.22.2]
|
||||
* Update Syncthing to 1.23.2
|
||||
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.2)
|
||||
* #8749: Relay listener does not restart sometimes
|
||||
* #8660: GUI editor for xattr filter patterns
|
||||
* #8781: gui: Remove duplicate Spanish translation
|
||||
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "1.22.1",
|
||||
"upstreamVersion": "1.23.1",
|
||||
"version": "1.22.2",
|
||||
"upstreamVersion": "1.23.2",
|
||||
"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.23.0
|
||||
ARG VERSION=1.23.2
|
||||
|
||||
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