From ade92be80acc97a524697a1f3b682b77470ccb0f Mon Sep 17 00:00:00 2001
From: ansgarz <ansgar.zwick@meissa.de>
Date: Mon, 17 Mar 2025 21:12:06 +0100
Subject: [PATCH] update hugo to 0.135.0

---
 infrastructure/build/image/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/build/image/Dockerfile b/infrastructure/build/image/Dockerfile
index 478305f..5b49d34 100644
--- a/infrastructure/build/image/Dockerfile
+++ b/infrastructure/build/image/Dockerfile
@@ -3,7 +3,7 @@ FROM clojure:lein
 # Prepare Entrypoint Script
 ADD resources /tmp
 
-ENV HUGO_VERSION="0.125.5"
+ENV HUGO_VERSION="0.135.0"
 ENV GO_VERSION="1.19.13"
 ENV BUILDDIR="/etc/website"
 ENV SOURCEDIR="/etc/websitesource"