From d8ff32d679ab97807334e562aa9d038b865472af Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 11 Sep 2023 10:26:47 +0200 Subject: [PATCH] testing other hugo image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ed8942..4b4f2fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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