From 2ba677b1d7099715f6efabc74e1c960a549440f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:36:46 +0000 Subject: [PATCH] chore(deps): update linuxserver/syncthing docker tag to v1.27.4 --- apps/syncthing/1.27.3/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/syncthing/1.27.3/docker-compose.yml b/apps/syncthing/1.27.3/docker-compose.yml index 04a3edd6..3bf906b4 100644 --- a/apps/syncthing/1.27.3/docker-compose.yml +++ b/apps/syncthing/1.27.3/docker-compose.yml @@ -19,7 +19,7 @@ services: - ${SYNCTHING_PORT}:22000/tcp - ${SYNCTHING_PORT}:22000/udp - ${SYNCTHING_PORT_EXTRA_UDP}:21027/udp - image: linuxserver/syncthing:1.27.3 + image: linuxserver/syncthing:1.27.4 labels: createdBy: "Apps"