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..436dc07 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 @@ -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: