This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2021-01-08 12:13:10 +00:00
|
|
|
FROM caddy:2.3.0-builder AS caddy-builder
|
2020-06-22 09:54:01 +00:00
|
|
|
|
2020-09-28 08:24:14 +00:00
|
|
|
# available dns resolvers: https://github.com/caddy-dns
|
|
|
|
RUN xcaddy build --with github.com/caddy-dns/route53
|
2020-06-22 09:54:01 +00:00
|
|
|
|
2021-01-08 12:13:10 +00:00
|
|
|
FROM caddy:2.3.0
|
2020-06-22 09:54:01 +00:00
|
|
|
|
|
|
|
COPY --from=caddy-builder /usr/bin/caddy /usr/bin/caddy
|