From 82dc62af141a1e5637d6d4f9a1798b77c3dee364 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:32:22 +0100 Subject: [PATCH] Bump Hugo version to 0.139.2 (#561) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update Hugo version in the Netlify configuration file Made with ❤️️ by updatecli * chore: Update Hugo version in docker image name in docker-compose.yaml Made with ❤️️ by updatecli --------- Co-authored-by: jenkins-infra-updatecli <178728+jenkins-infra-updatecli[bot]@users.noreply.github.com> --- docker-compose.yaml | 2 +- netlify.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 0e5a4b7..10cf866 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: status: - image: hugomods/hugo:ci-0.139.0 + image: hugomods/hugo:ci-0.139.2 volumes: - .:/src ports: diff --git a/netlify.toml b/netlify.toml index e275f69..b7838b2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ functions = "functions" [build.environment] - HUGO_VERSION = "0.139.0" + HUGO_VERSION = "0.139.2" [[headers]] for = "/*.json" @@ -14,7 +14,7 @@ [context.production.environment] HUGO_ENV = "production" NODE_ENV = "production" - HUGO_VERSION = "0.139.0" + HUGO_VERSION = "0.139.2" [context.deploy-preview] command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"