diff --git a/syncthing/CHANGELOG.md b/syncthing/CHANGELOG.md index 0b008ddc..cca61148 100644 --- a/syncthing/CHANGELOG.md +++ b/syncthing/CHANGELOG.md @@ -1,6 +1,6 @@ -## 1.17.1 - 2023-12-?? +## 1.17.1 - 2024-01-?? -* 🔼 Updated syncthing to `1.27.1-r1` +* 🔼 Updated syncthing to `1.27.2-r0` ## 1.17.0 - 2023-10-13 diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index 0e73d049..dc980553 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.1-r1" + "syncthing=1.27.2-r0" ENTRYPOINT [ "/init" ] CMD []