From 74a0def400d2f39d0a695c7767cd9fbbd6f037d3 Mon Sep 17 00:00:00 2001 From: Poeschl Home Assistant Addon-Botter Date: Fri, 6 Dec 2024 01:16:35 +0000 Subject: [PATCH] :arrow_up: Update syncthing to version 1.28.1-r0 --- syncthing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index 66233a2..2334710 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.28.0-r0" + "syncthing=1.28.1-r0" COPY root / RUN chmod +x /etc/s6-overlay/s6-rc.d/syncthing-setup/run