Changed Hugo Image an nginx version

This commit is contained in:
Stefan Hoffmann 2023-09-11 10:16:32 +02:00
parent f2b516e0be
commit 6d834f660a
Signed by untrusted user: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -1,4 +1,4 @@
FROM monachus/hugo:v0.64.0 AS builder
FROM plugins/hugo:v1.0 AS builder
FROM nginx:1.17.6-alpine
FROM nginx:1.25.2-alpine
COPY --from=builder /usr/share/nginx/html /usr/share/nginx/html