From 777990ba85eb987f6177adf5b53660d79e59a25e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Nov 2024 16:48:53 +0000 Subject: [PATCH] chore(deps): update dependency syncthing/syncthing to v1.28.0 | datasource | package | from | to | | --------------- | ------------------- | ------- | ------ | | github-releases | syncthing/syncthing | 1.27.12 | 1.28.0 | --- CloudronManifest.json | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 124fea5..1d3bb01 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -6,7 +6,7 @@ "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", "version": "1.26.10", - "upstreamVersion": "1.27.12", + "upstreamVersion": "1.28.0", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index ee9ef31..ac7de35 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.27.12 +ARG SYNCTHING_VERSION=1.28.0 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