Compare commits
No commits in common. "50ccd557fdf5530fbf612607530255a7e701fcc2" and "4ad119835c5d094737c13626789d50de1952aa14" have entirely different histories.
50ccd557fd
...
4ad119835c
1 changed files with 2 additions and 3 deletions
|
|
@ -2,13 +2,12 @@
|
|||
# @created 2022-03
|
||||
# author="Andy Bunce"
|
||||
|
||||
ARG VERSION=caddy:2.5.0
|
||||
ARG VERSION=caddy:2.4.6
|
||||
FROM $VERSION-builder AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/duckdns
|
||||
--with github.com/greenpau/caddy-security@v1.1.5
|
||||
--with github.com/greenpau/caddy-trace@v1.1.8
|
||||
|
||||
FROM $VERSION
|
||||
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
Loading…
Add table
Reference in a new issue