From 54484ab11fc961cc8406fce3eab4ac52a2db71a2 Mon Sep 17 00:00:00 2001 From: zam <mirco.zachmann@meissa.de> Date: Wed, 19 Mar 2025 16:04:03 +0100 Subject: [PATCH] Lift hugo & go version --- 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 478305f..d05ef35 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.125.5" -ENV GO_VERSION="1.19.13" +ENV HUGO_VERSION="0.138.0" +ENV GO_VERSION="1.22.6" ENV BUILDDIR="/etc/website" ENV SOURCEDIR="/etc/websitesource" ENV WEBSITEROOT="/var/www/html/website/"