From 84fd2d6358445b0b0f4eb139ed9ee0acb8896364 Mon Sep 17 00:00:00 2001 From: Salim B Date: Sun, 7 Apr 2024 18:55:00 +0200 Subject: [PATCH] [syncthing] Update to v1.27.5-r1 --- syncthing/CHANGELOG.md | 2 +- syncthing/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/syncthing/CHANGELOG.md b/syncthing/CHANGELOG.md index a3c9b7b3..590d96cd 100644 --- a/syncthing/CHANGELOG.md +++ b/syncthing/CHANGELOG.md @@ -1,6 +1,6 @@ ## 1.19.1 - 2024-04-?? -* 🔼 Updated syncthing to `1.27.4-r3` +* 🔼 Updated syncthing to `1.27.5-r1` ## 1.19.0 - 2024-03-24 diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index 572ca879..b10f4d3f 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.4-r3" + "syncthing=1.27.5-r1" COPY root / RUN chmod +x /etc/s6-overlay/s6-rc.d/syncthing-setup/run