From 6863c0469ff34476bc34413f3a8710539eae2723 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Tue, 16 Jun 2026 21:55:31 +0200 Subject: [PATCH] chore: update to hugo 0.163.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf7c3ae..fb8d7b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:24-bookworm-slim -ARG HUGO_VERSION=0.146.4 +ARG HUGO_VERSION=0.163.2 ARG TARGETARCH=arm64 RUN apt-get update -qq && \