CI: Change docker image

This commit is contained in:
Marko Korhonen 2025-01-29 16:05:07 -06:00
parent d19ef8cd89
commit 0bf7f7f525
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -15,7 +15,7 @@ jobs:
name: Build site
runs-on: ubuntu-latest
container:
image: docker://hugomods/hugo:ci-non-root
image: docker://hugomods/hugo:ci
steps:
- name: Checkout