Use plain alpine image for run container

This brings down the image size by half
This commit is contained in:
ebner 2025-02-20 09:17:53 +01:00
parent 29420f3500
commit 9827bfc910

View File

@ -2,6 +2,6 @@ FROM caddy:builder-alpine AS builder
RUN xcaddy build --with github.com/simongregorebner/gitea-pages
FROM caddy:alpine
FROM alpine
COPY --from=builder /usr/bin/caddy /usr/bin/caddy