Bump version
This commit is contained in:
parent
cae5e00af6
commit
f7bb7204b6
11
CHANGELOG
11
CHANGELOG
|
@ -398,3 +398,14 @@
|
|||
* #8968: Error for Windows invalid file names should indicate the invalid character or name part
|
||||
* #8983: Integrate govulncheck
|
||||
|
||||
[1.23.0]
|
||||
* Update Syncthing to 1.24.0
|
||||
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.25.0)
|
||||
* #8274: Usage report transport type is wrong for QUIC
|
||||
* #8482: Discovery server keeps duplicate entries
|
||||
* #9019: Web GUI loses config changes when doing multiple modifications (e.g. on slow hardware or remotely)
|
||||
* #9112: panic: counter cannot decrease in value
|
||||
* #9123: Hashed passwords via API are hashed again
|
||||
* #141: Use multiple simultaneous TCP connections
|
||||
* #5607: Move footer links to header
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "1.22.7",
|
||||
"upstreamVersion": "1.23.7",
|
||||
"version": "1.23.0",
|
||||
"upstreamVersion": "1.25.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.23.7
|
||||
ARG VERSION=1.25.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
|
||||
|
||||
|
|
Loading…
Reference in New Issue