docs(release): update doc version from 1.8.2 to 1.8.3

This commit is contained in:
semantic-release-bot
2025-02-02 05:01:28 +00:00
parent 00cc153d7a
commit 4d7472fbf1
11 changed files with 15 additions and 15 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.8.2:plugins/caddy -t caddy:with-sablier
docker build https://github.com/sablierapp/sablier.git#v1.8.3:plugins/caddy -t caddy:with-sablier
```
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.8.2`)
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.8.3`)
### By updating your Caddy Dockerfile

View File

@@ -72,7 +72,7 @@ services:
- --providers.docker=true
- --providers.file.filename=/etc/traefik/dynamic-config.yml
- --experimental.plugins.sablier.moduleName=github.com/sablierapp/sablier/plugins/traefik
- --experimental.plugins.sablier.version=v1.8.2
- --experimental.plugins.sablier.version=v1.8.3
ports:
- "8080:80"
volumes: