From 2a1d5b5ff82b884c351b9b2dfd121dab9a974d55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 06:54:34 +0000 Subject: [PATCH] Update linuxserver/syncthing Docker tag to v1.30.0 --- apps/syncthing/1.29.5/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/syncthing/1.29.5/docker-compose.yml b/apps/syncthing/1.29.5/docker-compose.yml index 4b0781bf..4bae14f8 100644 --- a/apps/syncthing/1.29.5/docker-compose.yml +++ b/apps/syncthing/1.29.5/docker-compose.yml @@ -18,7 +18,7 @@ services: - ${SYNCTHING_PORT}:22000/tcp - ${SYNCTHING_PORT}:22000/udp - ${SYNCTHING_PORT_EXTRA_UDP}:21027/udp - image: linuxserver/syncthing:1.29.5 + image: linuxserver/syncthing:1.30.0 labels: createdBy: "Apps"