diff --git a/CHANGELOG b/CHANGELOG index ec6ce5e..fd2831a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -381,3 +381,7 @@ * [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.5) * gui: Avoid code generating HTML (#8923) +[1.22.6] +* Update Syncthing to 1.23.6 +* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.6) + diff --git a/CloudronManifest.json b/CloudronManifest.json index ab536d2..f32869d 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "1.22.5-1", - "upstreamVersion": "1.23.5", + "version": "1.22.6", + "upstreamVersion": "1.23.6", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index 1d2973f..477cb28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03 RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=1.23.5 +ARG VERSION=1.23.6 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