From cd4a981a85fd48c14bdd5aa8dfc5b4da8eb6d806 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:19:59 +0000 Subject: [PATCH] chore(deps): update linuxserver/syncthing docker tag to v1.27.1 --- syncthing/1.27.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/1.27.0/docker-compose.yml b/syncthing/1.27.0/docker-compose.yml index f0224f553..6750b86fd 100644 --- a/syncthing/1.27.0/docker-compose.yml +++ b/syncthing/1.27.0/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.0 + image: linuxserver/syncthing:1.27.1 labels: createdBy: "Apps"