[FIX]Caddy dependency renamed

This commit is contained in:
Fabien BOURGEOIS 2022-03-12 06:40:00 +01:00
parent 4a4ed96e5b
commit 2fe683065f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM caddy:2-builder AS builder
LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
RUN xcaddy build \
--with github.com/caddyserver/format-encoder \
--with github.com/caddyserver/transform-encoder \
--with github.com/caddy-dns/lego-deprecated
FROM caddy:2