Skip to content

Comments

chore(deps): bump node from 22-alpine to 25-alpine in /apps/cms#7

Open
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/docker/apps/cms/node-25-alpine
Open

chore(deps): bump node from 22-alpine to 25-alpine in /apps/cms#7
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/docker/apps/cms/node-25-alpine

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps node from 22-alpine to 25-alpine.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Medium Risk
Major Node version jump in the production container image could introduce runtime/build incompatibilities for the CMS and its native dependencies.

Overview
Updates the apps/cms Docker build to use the node:25-alpine base image (from node:22-alpine) for both the dependency/build stages and the runtime stage.

Written by Cursor Bugbot for commit bddcd53. This will update automatically on new commits. Configure here.

Bumps node from 22-alpine to 25-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-version: 25-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2026

Labels

The following labels could not be found: automated, cms, docker. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is ON. A Cloud Agent has been kicked off to fix the reported issue.

Node 25 is an odd-numbered release that will never receive LTS status.
Strapi 5 only supports Active/Maintenance LTS versions (v18, v20, v22).
@cursor
Copy link

cursor bot commented Feb 25, 2026

Bugbot Autofix prepared fixes for 1 of the 1 bugs found in the latest run.

  • ✅ Fixed: Non-LTS Node 25 unsupported by Strapi 5
    • Reverted both FROM statements in the Dockerfile from node:25-alpine to node:22-alpine, which is the LTS version supported by Strapi 5.

@sonarqubecloud
Copy link

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