chore(deps): bump node from 20-alpine to 25-alpine in /frontend - #306
chore(deps): bump node from 20-alpine to 25-alpine in /frontend#306dependabot[bot] wants to merge 1 commit into
Conversation
Preview EnvironmentA preview environment can be spun up on demand for this PR.
|
CI: Frontend
One or more checks failed. View logs |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fc685ca978
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -1,5 +1,5 @@ | |||
| # Frontend Dockerfile | |||
| FROM node:20-alpine | |||
| FROM node:25-alpine | |||
There was a problem hiding this comment.
The Compose frontend service builds this Dockerfile for the backend-dev/all profiles (docker-compose.yml:183-187), so anyone running that container now gets Node 25, which the official Node.js release table lists as EOL as of March 31, 2026. Since EOL lines no longer receive normal security fixes, please use an active LTS/current tag such as node:24-alpine or another supported release instead.
Useful? React with 👍 / 👎.
Bumps node from 20-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>
fc685ca to
8094587
Compare
Bumps node from 20-alpine to 25-alpine.