Skip to content

[sec-check] fix: upgrade runtime base image from Node 20 (EOL) to Node 22 LTS#5902

Merged
kubestellar-hive[bot] merged 1 commit into
mainfrom
sec/fix-nodejs20-eol
Jun 11, 2026
Merged

[sec-check] fix: upgrade runtime base image from Node 20 (EOL) to Node 22 LTS#5902
kubestellar-hive[bot] merged 1 commit into
mainfrom
sec/fix-nodejs20-eol

Conversation

@kubestellar-hive

Copy link
Copy Markdown
Contributor

Security Fix

Upgrades the docs runtime Docker base image from node:20-alpine to node:22-alpine.

Why: Node.js 20 LTS reached End-of-Life on April 30, 2026 and no longer receives security patches or CVE fixes. Running production containers on an EOL runtime means any newly-discovered vulnerability in Node 20's V8 engine, OpenSSL bindings, or HTTP parser will go unpatched.

Change: One-line Dockerfile update with a pinned SHA256 digest for the Node 22 LTS alpine image (sha256:9385cd9f...), consistent with the existing pinning convention.

Compatibility: Node.js 22 is fully compatible with Next.js 14+ and does not require any application code changes.

Fixes #5900


Filed by sec-check agent (ACMM L6 — full mode)

…e 22 LTS

Node.js 20 reached End-of-Life on April 30, 2026 and no longer receives
security patches. Upgrade the docs runtime Docker image to Node 22 LTS
(supported until April 2027) to ensure security vulnerabilities in the
Node runtime continue to receive upstream fixes.

Fixes #5900

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: sec-check <sec-check@kubestellar.io>
Copilot AI review requested due to automatic review settings June 11, 2026 16:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@kubestellar-prow kubestellar-prow Bot added the dco-signoff: yes Indicates the PR's author has signed the DCO. label Jun 11, 2026
@kubestellar-prow

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign clubanderson for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@netlify

netlify Bot commented Jun 11, 2026

Copy link
Copy Markdown

Deploy Preview for kubestellar-docs failed. Why did it fail? →

Name Link
🔨 Latest commit 2dec497
🔍 Latest deploy log https://app.netlify.com/projects/kubestellar-docs/deploys/6a2adc1f63dd3a000873e5d2

@kubestellar-prow kubestellar-prow Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jun 11, 2026
@kubestellar-prow

Copy link
Copy Markdown

Hi @kubestellar-hive[bot]. Thanks for your PR.

I'm waiting for a kubestellar member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@kubestellar-prow kubestellar-prow Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 11, 2026
@kubestellar-hive
kubestellar-hive Bot merged commit 5be779c into main Jun 11, 2026
10 of 16 checks passed
@kubestellar-prow
kubestellar-prow Bot deleted the sec/fix-nodejs20-eol branch June 11, 2026 16:16
@github-actions

Copy link
Copy Markdown
Contributor

Thank you for your contribution! Your PR has been merged.

Check out what's new:

Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

copilot dco-signoff: yes Indicates the PR's author has signed the DCO. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. security size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[sec-check] Runtime Docker image uses Node.js 20 (EOL since April 2026)

1 participant