From ef0bb62572f1efb9514c7096099219717f43fd16 Mon Sep 17 00:00:00 2001 From: BESANCON Vincent Date: Sun, 30 Nov 2025 18:24:36 +0100 Subject: [PATCH 1/2] feat(core): bump syncthing to 2.0.11 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c21934..0dc464d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV SYNCTHING_USER="syncthing" \ SYNCTHING_GROUP="syncthing" \ SYNCTHING_GROUP_GID=1000 \ SYNCTHING_ADMIN_USER="admin" \ - SYNCTHING_VERSION="2.0.10" \ + SYNCTHING_VERSION="2.0.11" \ SYNCTHING_ARCH="amd64" RUN set -x \ diff --git a/README.md b/README.md index 71077b8..deb4c4e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Following arch are missing tests: ## Available image tags * [nventiveux/syncthing](https://hub.docker.com/r/nventiveux/syncthing) - * `latest`, `v2.0.10` ([Dockerfile](./Dockerfile)) + * `latest`, `v2.0.11` ([Dockerfile](./Dockerfile)) ## Usage From bc69c720112bb5dc90763825c6e2568cc69cd5e4 Mon Sep 17 00:00:00 2001 From: BESANCON Vincent Date: Sun, 30 Nov 2025 18:25:55 +0100 Subject: [PATCH 2/2] chore(docs): ensure branch release/next is deleted --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index deb4c4e..436dc07 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ make release version= git commit -a -m "feat(core): bump syncthing to " # Open a pull request # Tests... +# Merge +# Delete release/next ``` Release: