From ec1d62c801cffbf3464bc5e673af3beefa92eabb Mon Sep 17 00:00:00 2001 From: ansgarz <ansgar.zwick@meissa.de> Date: Mon, 17 Mar 2025 21:58:55 +0100 Subject: [PATCH] Revert "update hugo to 0.135.0" This reverts commit ade92be80acc97a524697a1f3b682b77470ccb0f. --- 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 5b49d34..478305f 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.135.0" +ENV HUGO_VERSION="0.125.5" ENV GO_VERSION="1.19.13" ENV BUILDDIR="/etc/website" ENV SOURCEDIR="/etc/websitesource"