Skip to content

build(deps): bump node from 24-slim to 26-slim#182

Merged
parse merged 1 commit into
mainfrom
dependabot/docker/node-26-slim
May 13, 2026
Merged

build(deps): bump node from 24-slim to 26-slim#182
parse merged 1 commit into
mainfrom
dependabot/docker/node-26-slim

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps node from 24-slim to 26-slim.

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)

Bumps node from 24-slim to 26-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-version: 26-slim
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels May 13, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 13, 2026 18:09
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels May 13, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 13, 2026

Greptile Summary

This dependabot PR upgrades the Node.js base image from node:24-slim to node:26-slim across all three Node.js stages in the Dockerfile. The change is consistent and the root package.json already declares "engines": { "node": ">=24.0.0" }, so Node 26 satisfies the declared constraint.

  • Stages updated: builder (Stage 1), structurizr download helper (Stage 3), and the final runtime stage (Stage 4) are all bumped in lockstep.
  • Compatibility: The declared engines lower-bound of >=24 covers Node 26; no engine-constraint adjustment is needed.

Confidence Score: 5/5

Safe to merge — a straightforward base image bump with no logic changes.

All three Node.js stages are updated consistently, the root package.json engine constraint of >=24 already covers Node 26, and no other files are touched. The upgrade is routine and low-risk.

No files require special attention.

Important Files Changed

Filename Overview
Dockerfile All three node:24-slim references updated to node:26-slim consistently; no other logic changed.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["Stage 1: builder\nnode:26-slim\n(was node:24-slim)"] -->|"dist/ artifacts"| D
    B["Stage 2: jre\neclipse-temurin:25-jre-noble\n(unchanged)"] -->|"/opt/java/openjdk"| D
    C["Stage 3: structurizr\nnode:26-slim\n(was node:24-slim)"] -->|"/structurizr.war"| D
    D["Stage 4: runtime\nnode:26-slim\n(was node:24-slim)"]
Loading

Reviews (1): Last reviewed commit: "build(deps): bump node from 24-slim to 2..." | Re-trigger Greptile

@parse parse merged commit 9ccd099 into main May 13, 2026
3 checks passed
@parse parse deleted the dependabot/docker/node-26-slim branch May 13, 2026 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant