Compare commits

..

2 commits

Author SHA1 Message Date
871767b717
update to latest node image
Some checks failed
/ build (pull_request) Failing after 2s
2025-07-23 22:02:59 +02:00
4ed02ff20e
switch to hugomods hugo debian-node-lts 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.

Switch to a version matching the current one for now.

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
2025-07-23 22:02:55 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -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: |

View file

@ -13,7 +13,7 @@ jobs:
build:
runs-on: docker
container:
image: hugomods/hugo:debian-node-lts-0.148.1
image: hugomods/hugo:debian-node-lts-0.140.2
steps:
- name: Pipeline info
run: |