Skip to content

build(deps): bump node from 20-bookworm-slim to 25-bookworm-slim in /packages/orchestration/skills/dev-tools/quality-gate/sandbox - #72

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/packages/orchestration/skills/dev-tools/quality-gate/sandbox/node-25-bookworm-slim
Open

build(deps): bump node from 20-bookworm-slim to 25-bookworm-slim in /packages/orchestration/skills/dev-tools/quality-gate/sandbox#72
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/packages/orchestration/skills/dev-tools/quality-gate/sandbox/node-25-bookworm-slim

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown

Bumps node from 20-bookworm-slim to 25-bookworm-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 20-bookworm-slim to 25-bookworm-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-version: 25-bookworm-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 Jul 31, 2026
@dependabot
dependabot Bot requested a review from sebastianspicker as a code owner July 31, 2026 17:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Jul 31, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request updates the Node.js base image from version 20 to 25. The changes are aligned with the intent of keeping the environment current. Codacy analysis indicates that the project remains up to standards with no new quality issues. However, the Dockerfile implementation currently duplicates the base image reference across stages, which could lead to version drift in future updates. Additionally, while the image digest is maintained, automated verification of the build and service health on the new Node.js version is currently missing from the PR context.

Test suggestions

  • Verify that the Docker image builds successfully with Node 25
  • Verify that the quality-gate service starts and passes its health check on Node 25
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the Docker image builds successfully with Node 25
2. Verify that the quality-gate service starts and passes its health check on Node 25

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

@@ -1,12 +1,12 @@
# Build a hermetic quality-gate image so checks run with reproducible dependencies.
FROM node:20-bookworm-slim@sha256:2cf067cfed83d5ea958367df9f966191a942351a2df77d6f0193e162b5febfc0 AS build
FROM node:25-bookworm-slim@sha256:81db02c4b671288a03915da9534dbd54f96d0e7c24d80ccc54f5b36b2e684370 AS build

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚪ LOW RISK

Suggestion: The Node.js base image and SHA digest are duplicated on lines 2 and 9. This redundancy makes future updates error-prone and can lead to environment drift between the build and runtime stages. Try running the following prompt in your coding agent: > Refactor the Dockerfile to use a global ARG for the Node.js base image version and SHA digest, and reference this ARG in both FROM instructions.

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.

0 participants