image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Wolfgang Hottgenroth 2025-02-11 12:49:08 +01:00
parent b551aa06b3
commit 07c4c1440a
Signed by: wn
GPG Key ID: 18FDFA577A8871AD

View File

@ -9,7 +9,7 @@ RUN sed -i 's/%RELEASETAG%/'${RELEASETAG}'/' /src/layouts/partials/releasetag.ht
RUN if [ "$BASE_URL" = ""]; then hugo; else hugo -b $BASE_URL; fi
# server
FROM nginx:alpine
FROM nginx:alpine3.21
COPY --from=builder /src/public /usr/share/nginx/html
# ------------
# prepare for rootless operations