From 67e4bbd60e05754220bf0adc32a97e9ed2331bfc Mon Sep 17 00:00:00 2001 From: Peter Dedene Date: Fri, 13 Oct 2023 10:17:38 +0200 Subject: [PATCH] Use alpine version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 147d2dc..dabf0e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ RUN xcaddy build \ --with github.com/caddy-dns/cloudflare \ --with github.com/lucaslorentz/caddy-docker-proxy/v2 -FROM caddy:2.7.5 +FROM caddy:2.7.5-alpine COPY --from=builder /usr/bin/caddy /usr/bin/caddy RUN apk update && apk upgrade