From 8ec41d91e463560ef82bf16de7506053f3cdf5aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:06:53 +0000 Subject: [PATCH] chore(deps): update syncthing/syncthing docker tag to v1.26 (#1537) --- apps/syncthing/config.json | 9 ++++++--- apps/syncthing/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/syncthing/config.json b/apps/syncthing/config.json index 31bb4463..f6a9a0cd 100644 --- a/apps/syncthing/config.json +++ b/apps/syncthing/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8090, "id": "syncthing", - "tipi_version": 8, - "version": "1.25", + "tipi_version": 9, + "version": "1.26", "categories": [ "data", "utilities" @@ -17,5 +17,8 @@ "source": "https://github.com/syncthing", "website": "https://syncthing.net", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/syncthing/docker-compose.yml b/apps/syncthing/docker-compose.yml index e88c972b..a4855776 100644 --- a/apps/syncthing/docker-compose.yml +++ b/apps/syncthing/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.7" services: syncthing: container_name: syncthing - image: syncthing/syncthing:1.25 + image: syncthing/syncthing:1.26 stop_grace_period: 1m hostname: tipi environment: