From 8391d73b81768b49a223c6a27cb1959084693a6f Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:38:24 +0200 Subject: [PATCH] ci: bump hugo version to v0.136.2 Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- Dockerfile | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c551c27038d9..199c5e414305 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG GO_VERSION=1.23 # HTMLTEST_VERSION sets the wjdp/htmltest version for HTML testing ARG HTMLTEST_VERSION=0.17.0 # HUGO_VERSION sets the version of Hugo to build the site with -ARG HUGO_VERSION=0.136.0 +ARG HUGO_VERSION=0.136.2 # build-base is the base stage used for building the site FROM ghcr.io/gohugoio/hugo:v${HUGO_VERSION} AS build-base diff --git a/netlify.toml b/netlify.toml index 25601ffe5ce3..b73f1fe9636a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ publish = "public" [context.deploy-preview.environment] NODE_VERSION = "20" NODE_ENV = "production" -HUGO_VERSION = "0.136.0" +HUGO_VERSION = "0.136.2" HUGO_ENABLEGITINFO = "true" HUGO_ENVIRONMENT = "preview"