Skip to content

fix: switch Docker base image Node install from nodejs22 to nodejs24 - #405

Merged
BenjaminMichaelis merged 2 commits into
copilot/combine-dependabot-prs-and-update-packagesfrom
copilot/fix-node-version-docker
Aug 12, 2026
Merged

fix: switch Docker base image Node install from nodejs22 to nodejs24#405
BenjaminMichaelis merged 2 commits into
copilot/combine-dependabot-prs-and-update-packagesfrom
copilot/fix-node-version-docker

Conversation

Copilot AI commented Aug 12, 2026

Copy link
Copy Markdown

nodejs22 is not available in the tdnf repository for azurelinux3.0, causing the Docker build to fail with Error(1011): No matching packages. Node 24 is available and satisfies the project's declared engine requirement (>=21.1.0).

Changes

  • Dockerfile: Replace nodejs22 with nodejs24 in the tdnf install layer

Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Docker to use Node 24 instead of 22 fix: switch Docker base image Node install from nodejs22 to nodejs24 Aug 12, 2026
@BenjaminMichaelis
BenjaminMichaelis marked this pull request as ready for review August 12, 2026 14:22
@BenjaminMichaelis
BenjaminMichaelis merged commit 1b3ffc0 into copilot/combine-dependabot-prs-and-update-packages Aug 12, 2026
@BenjaminMichaelis
BenjaminMichaelis deleted the copilot/fix-node-version-docker branch August 12, 2026 14:22
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.

2 participants