From 2b5d9cdd7a5cc56cbd5c2ba83c2b4f4d8a896d53 Mon Sep 17 00:00:00 2001 From: Ziip-dev <62331138+Ziip-dev@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:45:50 +0100 Subject: [PATCH] Update Dockerfile (bump Hugo to 0.139.3) --- Dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile b/Dockerfiles/Dockerfile index 84cc1f6e..128a7a78 100644 --- a/Dockerfiles/Dockerfile +++ b/Dockerfiles/Dockerfile @@ -1,7 +1,7 @@ # Use alpine Linux, download desired version of HUGO and build html files FROM alpine:3.19.1 AS build RUN apk add --no-cache wget=1.21.4-r0 -ARG HUGO_VERSION="0.123.7" +ARG HUGO_VERSION="0.139.3" ARG HUGO_ENV_ARG WORKDIR /src COPY ./ /src