🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-09-08 10:45:23 -04:00
parent 919eaf1fae
commit ea5c7f612c
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -9,6 +9,7 @@ RUN set -e \
echo ">>>>>>>>>>>>>>> ${version} ###############"
RUN apk -U upgrade && \
apk add jq --no-cache && \
go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest || exit 10; \
xcaddy build ${version} \
--output /caddy \