Skip to content

Commit 215b2dc

Browse files
committed
feat(caddy): add version print
add version print Signed-off-by: mritd <mritd@linux.com>
1 parent b81e770 commit 215b2dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

caddy/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ RUN set -e \
44
&& apk upgrade \
55
&& apk add jq curl git \
66
&& export version=$(curl -s "https://api.github.com/repos/caddyserver/caddy/releases/latest" | jq -r .tag_name) \
7+
&& echo ">>>>>>>>>>>>>>> ${version} ###############" \
78
&& go get -u github.com/caddyserver/xcaddy/cmd/xcaddy \
89
&& xcaddy build ${version} --output /caddy \
910
--with github.com/abiosoft/caddy-exec \

0 commit comments

Comments
 (0)