caddy-porkbun/Dockerfile

9 lines
272 B
Text
Raw Permalink Normal View History

2024-11-06 05:22:38 +00:00
FROM docker.io/caddy:2-builder-alpine AS builder
2023-11-15 05:00:48 +00:00
2024-11-06 01:15:46 +00:00
RUN xcaddy build --with github.com/caddy-dns/porkbun@v0.2.1
2023-11-15 05:00:48 +00:00
2024-11-06 05:22:38 +00:00
FROM docker.io/caddy:2-alpine
2023-12-16 16:13:36 +00:00
LABEL org.opencontainers.image.source=https://github.com/wbrawner/caddy-porkbun
2023-11-15 05:00:48 +00:00
COPY --from=builder /usr/bin/caddy /usr/bin/caddy