diff --git a/syncthing/CHANGELOG.md b/syncthing/CHANGELOG.md index 6fd8e461..f5709899 100644 --- a/syncthing/CHANGELOG.md +++ b/syncthing/CHANGELOG.md @@ -1,6 +1,6 @@ ## 1.16.4 - 2023-10-?? -* 🔼 Updated syncthing to `1.24.0-r2` +* 🔼 Updated syncthing to `1.25.0-r0` ## 1.16.3 - 2023-07-20 diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index 9f8c33af..2b7911af 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.24.0-r2" + "syncthing=1.25.0-r0" ENTRYPOINT [ "/init" ] CMD []