Release v0.0.3

This commit is contained in:
Wim 2022-11-02 19:00:51 +01:00
parent cf44709b69
commit c5a4da5572
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM caddy:2.6-builder-alpine AS builder
RUN xcaddy build \
--with github.com/42wim/caddy-gitea@v0.0.2
--with github.com/42wim/caddy-gitea@v0.0.3
FROM caddy:2.6.2

View File

@ -114,5 +114,5 @@ To build with this plugin you'll need to have go1.19 installed.
```go
go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest #this will install xcaddy in ~/go/bin
~/go/bin/xcaddy build --with github.com/42wim/caddy-gitea@v0.0.2
~/go/bin/xcaddy build --with github.com/42wim/caddy-gitea@v0.0.3
```