diff --git a/syncthing/CHANGELOG.md b/syncthing/CHANGELOG.md index a12791ed..3164c90f 100644 --- a/syncthing/CHANGELOG.md +++ b/syncthing/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.18.3 - 2024-03-?? + +* 🔼 Updated syncthing to `1.27.4-r2` + ## 1.18.2 - 2024-01-13 * 🐛 Fix migration issue (again) diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index beea5299..e90f7016 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.2-r0" + "syncthing=1.27.4-r2" COPY root / diff --git a/syncthing/config.yaml b/syncthing/config.yaml index 85d65658..da0fa372 100644 --- a/syncthing/config.yaml +++ b/syncthing/config.yaml @@ -1,5 +1,5 @@ name: Syncthing -version: "1.18.2" +version: "1.18.3" slug: syncthing description: "Syncthing is a continuous file synchronization program in a de-centralized way"