From 45d99afe0a631ddf823057956aa008d457dbc769 Mon Sep 17 00:00:00 2001 From: June Date: Wed, 23 Jul 2025 21:57:05 +0200 Subject: [PATCH 1/3] update to latest node image --- .forgejo/workflows/cleanup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/cleanup.yaml b/.forgejo/workflows/cleanup.yaml index bf17be8..4b5256d 100644 --- a/.forgejo/workflows/cleanup.yaml +++ b/.forgejo/workflows/cleanup.yaml @@ -7,7 +7,7 @@ jobs: cleanup-staging: runs-on: docker container: - image: code.forgejo.org/oci/node:20-bookworm + image: code.forgejo.org/oci/node:22-bookworm steps: - name: Pipeline info PR run: | From c777d2216925505140974aa6fb48a766b1a9f728 Mon Sep 17 00:00:00 2001 From: June Date: Wed, 23 Jul 2025 22:26:52 +0200 Subject: [PATCH 2/3] switch to hugomods hugo image As the current image is out-of-date, the GitLab documentation also uses a hugomods image and as we're already using one in other repos, switch to it. Match the hugo version currently in use for now as the latest version doesn't build the website. https://docs.gitlab.com/tutorials/hugo/#add-your-gitlab-configuration-options https://docker.hugomods.com/ https://github.com/hugomods/docker https://hub.docker.com/r/hugomods/hugo --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 25ff1e8..40f6129 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: build: runs-on: docker container: - image: registry.gitlab.com/pages/hugo/hugo_extended:latest + image: hugomods/hugo:debian-node-lts-0.140.2 steps: - name: Pipeline info run: | From 364ec75a458597c1d5c585e70d94279eb27790d1 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 11 Jul 2025 08:45:41 +0000 Subject: [PATCH 3/3] Update Node.js to v22 --- .forgejo/workflows/cleanup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/cleanup.yaml b/.forgejo/workflows/cleanup.yaml index bf17be8..4b5256d 100644 --- a/.forgejo/workflows/cleanup.yaml +++ b/.forgejo/workflows/cleanup.yaml @@ -7,7 +7,7 @@ jobs: cleanup-staging: runs-on: docker container: - image: code.forgejo.org/oci/node:20-bookworm + image: code.forgejo.org/oci/node:22-bookworm steps: - name: Pipeline info PR run: |