We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81e770 commit 215b2dcCopy full SHA for 215b2dc
caddy/Dockerfile
@@ -4,6 +4,7 @@ RUN set -e \
4
&& apk upgrade \
5
&& apk add jq curl git \
6
&& export version=$(curl -s "https://api.github.com/repos/caddyserver/caddy/releases/latest" | jq -r .tag_name) \
7
+ && echo ">>>>>>>>>>>>>>> ${version} ###############" \
8
&& go get -u github.com/caddyserver/xcaddy/cmd/xcaddy \
9
&& xcaddy build ${version} --output /caddy \
10
--with github.com/abiosoft/caddy-exec \
0 commit comments