mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-28 16:06:38 +01:00
docs(release): update doc version from 1.8.0-beta.21 to 1.8.0-beta.22 [skip ci]
This commit is contained in:
committed by
Alexis Couvreur
parent
9821c621fb
commit
efbb0d15fa
@@ -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.8.0-beta.21:plugins/caddy
|
||||
docker build https://github.com/acouvreur/sablier.git#v1.8.0-beta.22: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.8.0-beta.21`)
|
||||
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.8.0-beta.22`)
|
||||
|
||||
### By updating your Caddy Dockerfile
|
||||
|
||||
@@ -29,7 +29,7 @@ docker build https://github.com/acouvreur/sablier.git#v1.8.0-beta.21:plugins/cad
|
||||
ARG CADDY_VERSION=2.6.4
|
||||
FROM caddy:${CADDY_VERSION}-builder AS builder
|
||||
|
||||
ADD https://github.com/acouvreur/sablier.git#v1.8.0-beta.21 /sablier
|
||||
ADD https://github.com/acouvreur/sablier.git#v1.8.0-beta.22 /sablier
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/acouvreur/sablier/plugins/caddy=/sablier/plugins/caddy
|
||||
|
||||
Reference in New Issue
Block a user