From 02f9cf5c17bf5c227bf3726a54d613037189f36b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:45:24 +0000 Subject: [PATCH] chore(deps): update linuxserver/syncthing docker tag to v1.27.11 --- syncthing/1.27.10/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/1.27.10/docker-compose.yml b/syncthing/1.27.10/docker-compose.yml index 91e7c76ec..d4bdf539e 100644 --- a/syncthing/1.27.10/docker-compose.yml +++ b/syncthing/1.27.10/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.10 + image: linuxserver/syncthing:1.27.11 labels: createdBy: "Apps"