From 3395fa075b789a91bf59413674596e8bc3494fee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:39:41 +0000 Subject: [PATCH] chore(deps): update linuxserver/syncthing docker tag to v1.27.0 --- apps/syncthing/1.26.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/syncthing/1.26.1/docker-compose.yml b/apps/syncthing/1.26.1/docker-compose.yml index 80ec8b57..f0224f55 100644 --- a/apps/syncthing/1.26.1/docker-compose.yml +++ b/apps/syncthing/1.26.1/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.26.1 + image: linuxserver/syncthing:1.27.0 labels: createdBy: "Apps"