upgrade Hugo to v0.154.2

This commit is contained in:
2026-01-07 07:24:56 -07:00
parent 5e660acca6
commit 9a6a9c0f4b

View File

@@ -1,6 +1,6 @@
# Package versions
ARG GOLANG_VERSION="1.25.5"
ARG HUGO_VERSION="0.153.4"
ARG HUGO_VERSION="0.154.2"
# Build container
FROM core.harbor.brds.ca/library/golang:${GOLANG_VERSION}