From 4e9f359eb3533e0935409e71c298fb0ccbcce423 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Jan 2025 16:24:21 +0000 Subject: [PATCH] chore(deps): update dependency syncthing/syncthing to v1.29.2 | datasource | package | from | to | | --------------- | ------------------- | ------ | ------ | | github-releases | syncthing/syncthing | 1.29.1 | 1.29.2 | --- CloudronManifest.json | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index c248e4c..3997e2c 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -6,7 +6,7 @@ "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", "version": "1.28.0", - "upstreamVersion": "1.29.1", + "upstreamVersion": "1.29.2", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index 3870260..a23bc69 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=1.29.1 +ARG SYNCTHING_VERSION=1.29.2 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