Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Hugo to an up-to-date version in the CI #929

Closed
wants to merge 1 commit into from

Conversation

robinbisping
Copy link
Contributor

@robinbisping robinbisping commented Dec 6, 2024

The changes in this commit unfortunately broke the build system. Currently, the Hugo version used in the CI is v0.111.3, but the changes require v0.128.0.

Previously, we used the nodejs/docker-node image as the base Docker image. However, no version of this image uses Alpine v3.21, which is the only Alpine version that provides a recent enough Hugo version in its package repository. For this reason, I changed the Docker base image of the build container.

@robinbisping
Copy link
Contributor Author

robinbisping commented Dec 6, 2024

nodejs/docker-node images with Alpine v3.21 should be released rather soon. So we could also wait for them: nodejs/docker-node#2174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant