From 9ac46687bf27840231e83317f42b71fa136ac9e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:10:43 +0000 Subject: [PATCH 1/2] chore(deps): update linuxserver/syncthing docker tag to v1.27.12 --- apps/syncthing/1.27.11/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/syncthing/1.27.11/docker-compose.yml b/apps/syncthing/1.27.11/docker-compose.yml index d4bdf539e..0ffb6aa90 100644 --- a/apps/syncthing/1.27.11/docker-compose.yml +++ b/apps/syncthing/1.27.11/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.27.11 + image: linuxserver/syncthing:1.27.12 labels: createdBy: "Apps" From 7aea729142f85ca8415e3889c55154079fd21400 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 6 Sep 2024 16:10:54 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/syncthing/{1.27.11 => 1.27.12}/.env.sample | 0 apps/syncthing/{1.27.11 => 1.27.12}/data.yml | 0 apps/syncthing/{1.27.11 => 1.27.12}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/syncthing/{1.27.11 => 1.27.12}/.env.sample (100%) rename apps/syncthing/{1.27.11 => 1.27.12}/data.yml (100%) rename apps/syncthing/{1.27.11 => 1.27.12}/docker-compose.yml (100%) diff --git a/apps/syncthing/1.27.11/.env.sample b/apps/syncthing/1.27.12/.env.sample similarity index 100% rename from apps/syncthing/1.27.11/.env.sample rename to apps/syncthing/1.27.12/.env.sample diff --git a/apps/syncthing/1.27.11/data.yml b/apps/syncthing/1.27.12/data.yml similarity index 100% rename from apps/syncthing/1.27.11/data.yml rename to apps/syncthing/1.27.12/data.yml diff --git a/apps/syncthing/1.27.11/docker-compose.yml b/apps/syncthing/1.27.12/docker-compose.yml similarity index 100% rename from apps/syncthing/1.27.11/docker-compose.yml rename to apps/syncthing/1.27.12/docker-compose.yml