From cc8a996330edcc6b5682fdde1098698bc7b51b37 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 12 Mar 2024 08:52:56 -0700 Subject: [PATCH] Update hosting-on-gitlab.md --- content/en/hosting-and-deployment/hosting-on-gitlab.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/hosting-and-deployment/hosting-on-gitlab.md b/content/en/hosting-and-deployment/hosting-on-gitlab.md index 7bea633e4..004bb9583 100644 --- a/content/en/hosting-and-deployment/hosting-on-gitlab.md +++ b/content/en/hosting-and-deployment/hosting-on-gitlab.md @@ -28,7 +28,7 @@ Define your [CI/CD](https://docs.gitlab.com/ee/ci/quick_start/) jobs by creating {{< code file=.gitlab-ci.yml copy=true >}} variables: DART_SASS_VERSION: 1.71.0 - HUGO_VERSION: 0.123.7 + HUGO_VERSION: 0.123.8 NODE_VERSION: 20.x GIT_DEPTH: 0 GIT_STRATEGY: clone @@ -36,7 +36,7 @@ variables: TZ: America/Los_Angeles image: - name: golang:1.20.6-bookworm + name: golang:1.22.1-bookworm pages: script: