From 557b0c8eaab99e6c29a4625c2aedd189534f11d9 Mon Sep 17 00:00:00 2001 From: Poeschl Home Assistant Addon-Botter Date: Tue, 29 Oct 2024 20:57:00 +0000 Subject: [PATCH] :arrow_up: Update syncthing to version 1.28.0-r0 --- syncthing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index 53c5f25..66233a2 100644 --- a/syncthing/Dockerfile +++ b/syncthing/Dockerfile @@ -2,7 +2,7 @@ ARG BUILD_FROM FROM $BUILD_FROM RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \ - "syncthing=1.27.12-r0" + "syncthing=1.28.0-r0" COPY root / RUN chmod +x /etc/s6-overlay/s6-rc.d/syncthing-setup/run