🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2023-03-16 11:49:34 -04:00
parent b92c818d8f
commit db7c8441d5
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -34,7 +34,6 @@ RUN set -ex \
go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest || exit 10; \ go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest || exit 10; \
export XCADDY_SETCAP=1; xcaddy build ${version} \ export XCADDY_SETCAP=1; xcaddy build ${version} \
--output /usr/local/bin/caddy \ --output /usr/local/bin/caddy \
--with github.com/kirsch33/realip \
--with github.com/caddy-dns/rfc2136 \ --with github.com/caddy-dns/rfc2136 \
--with github.com/caddy-dns/route53 \ --with github.com/caddy-dns/route53 \
--with github.com/caddy-dns/cloudflare \ --with github.com/caddy-dns/cloudflare \