From d998301f85124a9106f5903bf9a3aa1409dd17ba Mon Sep 17 00:00:00 2001 From: zam <mirco.zachmann@meissa.de> Date: Thu, 20 Mar 2025 08:40:52 +0100 Subject: [PATCH] Use Hugo & Go latest --- infrastructure/build/image/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/build/image/Dockerfile b/infrastructure/build/image/Dockerfile index d05ef35..afa3b2c 100644 --- a/infrastructure/build/image/Dockerfile +++ b/infrastructure/build/image/Dockerfile @@ -3,8 +3,8 @@ FROM clojure:lein # Prepare Entrypoint Script ADD resources /tmp -ENV HUGO_VERSION="0.138.0" -ENV GO_VERSION="1.22.6" +ENV HUGO_VERSION="0.145.0" +ENV GO_VERSION="1.24.1" ENV BUILDDIR="/etc/website" ENV SOURCEDIR="/etc/websitesource" ENV WEBSITEROOT="/var/www/html/website/"