chore(deps): bump Docker base node 22→24-alpine (LTS)#352
Merged
Conversation
Dependabot's #328 proposed node:26-alpine, but node 26 is a Current release (it doesn't become Active LTS until ~Oct 2026). Retarget the production runtime to node:24-alpine — the current Active LTS — instead. Both the build and runtime stages are updated. CI doesn't cover this (the Docker build-and-push job is skipped on PRs), so verified locally: docker build (full multi-stage) -> ok node --version in image -> v24.18.0 better-sqlite3 native module (node-gyp rebuild) -> loads + runs on node 24 packages/agent/dist/index.js -> built Supersedes #328 (which targeted node:26).
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Retargets the Docker base image to node:24-alpine (the Active LTS) rather than Dependabot's #328 pick of node:26-alpine.
node 26 is a Current release — it doesn't become Active LTS until ~Oct 2026. For the production runtime, node:24 (Active LTS, supported through ~Apr 2028) is the right target. node:22 (current base) is now Maintenance LTS.
Both build and runtime stages updated.
Verification (local — CI's
build-and-pushis skipped on PRs)docker build(full multi-stage) — oknode --versionin image — v24.18.0better-sqlite3native module (node-gyp rebuild against node 24 ABI) — loads + runs (in-memory DB round-trips a value)packages/agent/dist/index.js— builtSupersedes #328 (closed as superseded on merge).