From 24556d665aefd007178f7744e9deb9068e8f072c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:28:23 +0000 Subject: [PATCH 1/2] chore(deps): update linuxserver/syncthing docker tag to v1.27.10 --- syncthing/1.27.9/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/1.27.9/docker-compose.yml b/syncthing/1.27.9/docker-compose.yml index 95cabb407..91e7c76ec 100644 --- a/syncthing/1.27.9/docker-compose.yml +++ b/syncthing/1.27.9/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.9 + image: linuxserver/syncthing:1.27.10 labels: createdBy: "Apps" From f194a7690fb3d310b9a59c7584a77c7bad9577ce Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 6 Aug 2024 15:28:36 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- syncthing/{1.27.9 => 1.27.10}/.env.sample | 0 syncthing/{1.27.9 => 1.27.10}/data.yml | 0 syncthing/{1.27.9 => 1.27.10}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename syncthing/{1.27.9 => 1.27.10}/.env.sample (100%) rename syncthing/{1.27.9 => 1.27.10}/data.yml (100%) rename syncthing/{1.27.9 => 1.27.10}/docker-compose.yml (100%) diff --git a/syncthing/1.27.9/.env.sample b/syncthing/1.27.10/.env.sample similarity index 100% rename from syncthing/1.27.9/.env.sample rename to syncthing/1.27.10/.env.sample diff --git a/syncthing/1.27.9/data.yml b/syncthing/1.27.10/data.yml similarity index 100% rename from syncthing/1.27.9/data.yml rename to syncthing/1.27.10/data.yml diff --git a/syncthing/1.27.9/docker-compose.yml b/syncthing/1.27.10/docker-compose.yml similarity index 100% rename from syncthing/1.27.9/docker-compose.yml rename to syncthing/1.27.10/docker-compose.yml