docs(release): update doc version from 1.10.0 to 1.10.1

This commit is contained in:
semantic-release-bot
2025-07-31 02:44:51 +00:00
parent fad97d7901
commit bed42bfb98
12 changed files with 16 additions and 16 deletions

View File

@@ -16,10 +16,10 @@ Here I'll show you two options with Docker.
### By using the provided Dockerfile
```bash
docker build https://github.com/sablierapp/sablier.git#v1.10.0:plugins/caddy -t caddy:with-sablier
docker build https://github.com/sablierapp/sablier.git#v1.10.1:plugins/caddy -t caddy:with-sablier
```
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.10.0`)
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.10.1`)
### By updating your Caddy Dockerfile