From 81443375b7a50416ec69bad4a324e92740a3d3b2 Mon Sep 17 00:00:00 2001 From: Salim B Date: Mon, 13 Apr 2026 11:10:20 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20syncthing=20t?= =?UTF-8?q?o=20v2.0.16-r1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syncthing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index 8df1435..d776d5b 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=2.0.15-r0" + "syncthing=2.0.16-r1" COPY root / RUN chmod +x /etc/s6-overlay/s6-rc.d/syncthing-setup/run From 91023ee62155bac1af2ede055423d8870abb5a9b Mon Sep 17 00:00:00 2001 From: Salim B Date: Mon, 15 Jun 2026 11:05:33 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20syncthing=20t?= =?UTF-8?q?o=20v2.1.1-r0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syncthing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index d776d5b..dfad7ec 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=2.0.16-r1" + "syncthing=2.1.1-r0" COPY root / RUN chmod +x /etc/s6-overlay/s6-rc.d/syncthing-setup/run