mirror of
https://github.com/casjaysdevdocker/caddy
synced 2025-01-18 18:34:27 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
3fb5cd4215
commit
cdc6b3c741
@ -32,7 +32,9 @@ RUN set -ex \
|
|||||||
export version=$(curl -q -LSsf "https://api.github.com/repos/caddyserver/caddy/releases/latest" | jq -r .tag_name | grep '^'); \
|
export version=$(curl -q -LSsf "https://api.github.com/repos/caddyserver/caddy/releases/latest" | jq -r .tag_name | grep '^'); \
|
||||||
echo ">>>>>>>>>>>>>>> ${version} ###############" ; \
|
echo ">>>>>>>>>>>>>>> ${version} ###############" ; \
|
||||||
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 ; \
|
||||||
|
export GO111MODULE=auto ; \
|
||||||
|
xcaddy build ${version} \
|
||||||
--output /usr/local/bin/caddy \
|
--output /usr/local/bin/caddy \
|
||||||
--with github.com/caddy-dns/rfc2136 \
|
--with github.com/caddy-dns/rfc2136 \
|
||||||
--with github.com/caddy-dns/cloudflare \
|
--with github.com/caddy-dns/cloudflare \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user