From 4e35f78f7cda46267bbd560eb4167dabeba89b8a 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] chore(deps): update linuxserver/syncthing docker tag to v1.27.12 --- syncthing/1.27.11/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/1.27.11/docker-compose.yml b/syncthing/1.27.11/docker-compose.yml index d4bdf539e..0ffb6aa90 100644 --- a/syncthing/1.27.11/docker-compose.yml +++ b/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"