Update dockerfile to pull latest image
All checks were successful
Docker Build and Publish / Build Docker image amd publish to Gitea (push) Successful in 2m4s

This commit is contained in:
2025-08-27 21:53:27 -04:00
parent 7a996c348e
commit ec113683a2

View File

@@ -1,9 +1,8 @@
ARG CADDY_VERSION=2.10.0
FROM caddy:${CADDY_VERSION}-builder AS builder
FROM caddy:builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/hetzner
FROM caddy:${CADDY_VERSION}
FROM caddy:latest
COPY --from=builder /usr/bin/caddy /usr/bin/caddy