Bump version

master
Johannes Zellner 2023-04-05 17:44:06 +02:00
parent 962fd84ce7
commit 4682a67954
3 changed files with 9 additions and 3 deletions

View File

@ -370,3 +370,9 @@
* #7859: Allow sub-second watcher delay (use case: remote development)
* #8828: cmd/stdiscosrv: TestDatabaseGetSet flake
[1.23.4]
* Update Syncthing to 2.23.4
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.4)
* lib/syncthing: Handle successful global migration (fixes #8851) (#8852)
* lib/syncthing: Handle successfull global migration (fixes #8851)

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
"version": "1.22.3",
"upstreamVersion": "1.23.3",
"version": "1.22.4",
"upstreamVersion": "1.23.4",
"healthCheckPath": "/healthcheck",
"httpPort": 8000,
"addons": {

View File

@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=1.23.3
ARG VERSION=1.23.4
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