Bump version
This commit is contained in:
parent
fc73e5c5b1
commit
d6be72d813
13
CHANGELOG
13
CHANGELOG
|
@ -385,3 +385,16 @@
|
|||
* Update Syncthing to 1.23.6
|
||||
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.6)
|
||||
|
||||
[1.22.7]
|
||||
* Update Syncthing to 1.23.7
|
||||
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.7)
|
||||
* #6597: setLowPriority should not increase process priority when already lower (in Windows)
|
||||
* #7698: ursrv: unrealistic uptime data, likely due to unset RTC (1970-01-01)
|
||||
* #8958: Extended attribute filter editor should be enabled when "send extended attributes" is checked
|
||||
* #8967: Shared With list ends with comma on 1 device
|
||||
* #9001: relaysrv crash after some weeks of operation
|
||||
* #8890: Do not autoexpand tilde sign (~) to an absolute home directory path
|
||||
* #8957: Add environment variables for --home, --conf, and --data
|
||||
* #8968: Error for Windows invalid file names should indicate the invalid character or name part
|
||||
* #8983: Integrate govulncheck
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "1.22.6",
|
||||
"upstreamVersion": "1.23.6",
|
||||
"version": "1.22.7",
|
||||
"upstreamVersion": "1.23.7",
|
||||
"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.6
|
||||
ARG VERSION=1.23.7
|
||||
|
||||
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