From 2581820162ca5d2e87536a073720028bb42c931f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 22:22:53 +0800 Subject: [PATCH] chore(deps): update syncthing/syncthing docker tag to v2.0.10 (#1790) --- apps/syncthing/{2.0.9 => 2.0.10}/.env.sample | 0 apps/syncthing/{2.0.9 => 2.0.10}/data.yml | 0 apps/syncthing/{2.0.9 => 2.0.10}/docker-compose.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/syncthing/{2.0.9 => 2.0.10}/.env.sample (100%) rename apps/syncthing/{2.0.9 => 2.0.10}/data.yml (100%) rename apps/syncthing/{2.0.9 => 2.0.10}/docker-compose.yml (93%) diff --git a/apps/syncthing/2.0.9/.env.sample b/apps/syncthing/2.0.10/.env.sample similarity index 100% rename from apps/syncthing/2.0.9/.env.sample rename to apps/syncthing/2.0.10/.env.sample diff --git a/apps/syncthing/2.0.9/data.yml b/apps/syncthing/2.0.10/data.yml similarity index 100% rename from apps/syncthing/2.0.9/data.yml rename to apps/syncthing/2.0.10/data.yml diff --git a/apps/syncthing/2.0.9/docker-compose.yml b/apps/syncthing/2.0.10/docker-compose.yml similarity index 93% rename from apps/syncthing/2.0.9/docker-compose.yml rename to apps/syncthing/2.0.10/docker-compose.yml index 8c7a1c86f..dcb811ef1 100644 --- a/apps/syncthing/2.0.9/docker-compose.yml +++ b/apps/syncthing/2.0.10/docker-compose.yml @@ -18,7 +18,7 @@ services: - ${SYNCTHING_PORT}:22000/tcp - ${SYNCTHING_PORT}:22000/udp - ${SYNCTHING_PORT_EXTRA_UDP}:21027/udp - image: syncthing/syncthing:2.0.9 + image: syncthing/syncthing:2.0.10 labels: createdBy: "Apps"