bump versions for golang and hugo

This commit is contained in:
2026-04-14 10:42:33 -06:00
parent 9b6cfbe8f6
commit f5e4221406

View File

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