Revert "update hugo to 0.135.0"

This reverts commit ade92be80a.
This commit is contained in:
ansgarz 2025-03-17 21:58:55 +01:00
parent ade92be80a
commit ec1d62c801

View file

@ -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"