docs(release): update doc version from 1.4.1-beta.4 to 1.4.1-beta.5 [skip ci]

This commit is contained in:
semantic-release-bot
2023-11-05 02:56:48 +00:00
parent 933a166ad4
commit 6a02738bbc
12 changed files with 18 additions and 18 deletions

View File

@@ -16,12 +16,12 @@ Here I'll show you two options with Docker.
### By using the provided Dockerfile
```
docker build https://github.com/acouvreur/sablier.git#v1.4.1-beta.4-beta.11:plugins/caddy
docker build https://github.com/acouvreur/sablier.git#v1.4.1-beta.5-beta.11:plugins/caddy
--build-arg=CADDY_VERSION=2.6.4
-t caddy:2.6.4-with-sablier
```
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.4.1-beta.4-beta.11`)
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.4.1-beta.5-beta.11`)
### By updating your Caddy Dockerfile
@@ -29,7 +29,7 @@ docker build https://github.com/acouvreur/sablier.git#v1.4.1-beta.4-beta.11:plug
ARG CADDY_VERSION=2.6.4
FROM caddy:${CADDY_VERSION}-builder AS builder
ADD https://github.com/acouvreur/sablier.git#v1.4.1-beta.4-beta.11 /sablier
ADD https://github.com/acouvreur/sablier.git#v1.4.1-beta.5-beta.11 /sablier
RUN xcaddy build \
--with github.com/acouvreur/sablier/plugins/caddy=/sablier/plugins/caddy