Bump version
This commit is contained in:
parent
ac3fb1babf
commit
f505dd5038
|
@ -376,3 +376,8 @@
|
||||||
* lib/syncthing: Handle successful global migration (fixes #8851) (#8852)
|
* lib/syncthing: Handle successful global migration (fixes #8851) (#8852)
|
||||||
* lib/syncthing: Handle successfull global migration (fixes #8851)
|
* lib/syncthing: Handle successfull global migration (fixes #8851)
|
||||||
|
|
||||||
|
[1.22.5]
|
||||||
|
* Update Syncthing to 2.23.5
|
||||||
|
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.5)
|
||||||
|
* gui: Avoid code generating HTML (#8923)
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Decentralized file synchronization",
|
"tagline": "Decentralized file synchronization",
|
||||||
"version": "1.22.4",
|
"version": "1.22.5",
|
||||||
"upstreamVersion": "1.23.4",
|
"upstreamVersion": "1.23.5",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
|
||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=1.23.4
|
ARG VERSION=1.23.5
|
||||||
|
|
||||||
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
|
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