Merge remote-tracking branch 'origin/master' into accounts
This commit is contained in:
commit
d9c1683c4f
|
@ -1,8 +1,8 @@
|
||||||
FROM caddy:2.2.0-builder AS caddy-builder
|
FROM caddy:2.3.0-builder AS caddy-builder
|
||||||
|
|
||||||
# available dns resolvers: https://github.com/caddy-dns
|
# available dns resolvers: https://github.com/caddy-dns
|
||||||
RUN xcaddy build --with github.com/caddy-dns/route53
|
RUN xcaddy build --with github.com/caddy-dns/route53
|
||||||
|
|
||||||
FROM caddy:2.2.0
|
FROM caddy:2.3.0
|
||||||
|
|
||||||
COPY --from=caddy-builder /usr/bin/caddy /usr/bin/caddy
|
COPY --from=caddy-builder /usr/bin/caddy /usr/bin/caddy
|
||||||
|
|
Reference in New Issue