From 732b3180c30aff71bfee08b2566bd3da7b20d950 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 11 Sep 2023 10:19:29 +0200 Subject: [PATCH] Changed Hugo version to 1.0.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 243cf3c..f600c64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM plugins/hugo:v1.0 AS builder +FROM plugins/hugo:v1.0.0 AS builder FROM nginx:1.25.2-alpine COPY --from=builder /usr/share/nginx/html /usr/share/nginx/html