From 8572ef6ad8733e4dc4051e7f11761a15459a2a23 Mon Sep 17 00:00:00 2001 From: Salim B Date: Thu, 22 Aug 2024 13:07:44 +0200 Subject: [PATCH] [syncthing] Update to v1.27.10-r1 --- syncthing/CHANGELOG.md | 4 ++-- syncthing/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/syncthing/CHANGELOG.md b/syncthing/CHANGELOG.md index bb0c73ef..f7447553 100644 --- a/syncthing/CHANGELOG.md +++ b/syncthing/CHANGELOG.md @@ -1,6 +1,6 @@ -## 1.19.1 - 2024-07-?? +## 1.19.1 - 2024-08-?? -* 🔼 Updated syncthing to `1.27.9-r1` (#471) +* 🔼 Updated syncthing to `1.27.10-r1` (#471) ## 1.19.0 - 2024-03-24 diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index ab6913e4..70fb6e3d 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.9-r1" + "syncthing=1.27.10-r1" COPY root / RUN chmod +x /etc/s6-overlay/s6-rc.d/syncthing-setup/run