diff --git a/CloudronManifest.json b/CloudronManifest.json index 3d13735..d966b96 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -6,7 +6,7 @@ "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", "version": "1.33.8", - "upstreamVersion": "2.0.7", + "upstreamVersion": "2.0.8", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index f0e1015..9f801c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /app/code WORKDIR /app/code # renovate: datasource=github-releases depName=syncthing/syncthing versioning=semver extractVersion=^v(?.+)$ -ARG SYNCTHING_VERSION=2.0.7 +ARG SYNCTHING_VERSION=2.0.8 RUN wget https://github.com/syncthing/syncthing/releases/download/v${SYNCTHING_VERSION}/syncthing-linux-amd64-v${SYNCTHING_VERSION}.tar.gz -O - | tar -xz -C /app/code --strip-components=1