testing other hugo image

This commit is contained in:
Stefan Hoffmann 2023-09-11 10:26:47 +02:00
parent 8b50813e55
commit d8ff32d679
Signed by untrusted user: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -1,4 +1,4 @@
FROM plugins/hugo:1.0.0 AS builder
FROM gohugoio/hugo:0.31 AS builder
FROM nginx:1.25.2-alpine
COPY --from=builder /usr/share/nginx/html /usr/share/nginx/html