From 2e8880059f7cc80dbe3245abf7cf971f6053d85f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:38:20 +0000 Subject: [PATCH] chore(deps): update linuxserver/syncthing docker tag to v1.27.8 --- apps/syncthing/1.27.7/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/syncthing/1.27.7/docker-compose.yml b/apps/syncthing/1.27.7/docker-compose.yml index 326ec700..68173228 100644 --- a/apps/syncthing/1.27.7/docker-compose.yml +++ b/apps/syncthing/1.27.7/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.7 + image: linuxserver/syncthing:1.27.8 labels: createdBy: "Apps"