From 6c5e44fdcf9b5f00cb53a518e6344c0caa18bd84 Mon Sep 17 00:00:00 2001 From: d4rklynk Date: Thu, 29 Aug 2024 14:08:50 +0000 Subject: [PATCH] Update hugo --- .devcontainer/devcontainer.json | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3947caf..f29e903 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ "features": { "ghcr.io/devcontainers/features/hugo:1": { "extended": true, - "version": "0.132.2" + "version": "0.133.1" } }, diff --git a/netlify.toml b/netlify.toml index 391343b..c69d039 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - HUGO_VERSION = "0.132.2" + HUGO_VERSION = "0.133.1" NODE_ENV = "production" GO_VERSION = "1.23.0" TZ = "Europe/Paris" # Set to preferred timezone