diff --git a/syncthing/CHANGELOG.md b/syncthing/CHANGELOG.md index a37448f1..28102789 100644 --- a/syncthing/CHANGELOG.md +++ b/syncthing/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.19.1 - 2024-09-?? + +* 🔼 Updated syncthing to `1.27.12-r0` (#471) + ## 1.19.0 - 2024-03-24 * 🔨 Mount all available directories into add-on container and improve documentation. Home Assistant's config folder is now available under `/homeassistant` and the configuration of all Home Assistant add-ons under `/addon_configs` (fixes #460, @salim-b | #467). diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index 5742b332..53c5f25b 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-r2" + "syncthing=1.27.12-r0" COPY root / RUN chmod +x /etc/s6-overlay/s6-rc.d/syncthing-setup/run diff --git a/syncthing/config.yaml b/syncthing/config.yaml index 10df4a9e..28cd1800 100644 --- a/syncthing/config.yaml +++ b/syncthing/config.yaml @@ -1,5 +1,5 @@ name: Syncthing -version: "1.19.0" +version: "1.19.1" slug: syncthing description: "Syncthing is a continuous file synchronization program in a de-centralized way"