diff --git a/syncthing/CHANGELOG.md b/syncthing/CHANGELOG.md index b749a076..bb0c73ef 100644 --- a/syncthing/CHANGELOG.md +++ b/syncthing/CHANGELOG.md @@ -1,6 +1,6 @@ -## 1.19.1 - 2024-06-?? +## 1.19.1 - 2024-07-?? -* 🔼 Updated syncthing to `1.27.8-r1` (#471) +* 🔼 Updated syncthing to `1.27.9-r1` (#471) ## 1.19.0 - 2024-03-24 diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index 751fec7f..ab6913e4 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.8-r1" + "syncthing=1.27.9-r1" COPY root / RUN chmod +x /etc/s6-overlay/s6-rc.d/syncthing-setup/run