Skip to content

chore(deps): bump node from 22-bookworm-slim to 26-bookworm-slim in /docker in the docker group across 1 directory#557

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/docker/docker-263a700181
Open

chore(deps): bump node from 22-bookworm-slim to 26-bookworm-slim in /docker in the docker group across 1 directory#557
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/docker/docker-263a700181

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the docker group with 1 update in the /docker directory: node.

Updates node from 22-bookworm-slim to 26-bookworm-slim

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels May 17, 2026
@github-actions github-actions Bot added area: ci CI, workflows, and deployment changes size: XS Less than 50 lines changed labels May 17, 2026

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4d48892494

ℹ️ 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".

Comment thread docker/Dockerfile
# Keep the Docker base on Node 22 because the official Node 24/25 slim images
# no longer publish linux/arm/v7 manifests, which breaks our armv7 Docker jobs.
FROM node:22-bookworm-slim AS builder
FROM node:26-bookworm-slim AS builder

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep an armv7-capable Node base image

When the existing CI/release Docker matrix builds linux/arm/v7 (.github/workflows/ci.yml and release.yml both still include arch: armv7), Buildx has to resolve this FROM image for arm/v7 before any Dockerfile logic runs. The file comment and the checked-in guard test (scripts/dev/docker.workflow.test.ts, uses an armv7-capable node base image) document that the Node 22 slim base is intentional for those armv7 jobs, and this change makes that test fail while leaving the armv7 publish path enabled.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot changed the title chore(deps): bump node from 22-bookworm-slim to 26-bookworm-slim in /docker in the docker group chore(deps): bump node from 22-bookworm-slim to 26-bookworm-slim in /docker in the docker group across 1 directory May 24, 2026
@dependabot dependabot Bot force-pushed the dependabot/docker/docker/docker-263a700181 branch from 4d48892 to 1b354b3 Compare May 24, 2026 19:04
Bumps the docker group with 1 update in the /docker directory: node.


Updates `node` from 22-bookworm-slim to 26-bookworm-slim

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/docker/docker/docker-263a700181 branch from 1b354b3 to 921dc47 Compare June 28, 2026 19:02
@chatgpt-codex-connector

Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci CI, workflows, and deployment changes dependencies Pull requests that update a dependency file docker Pull requests that update docker code size: XS Less than 50 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants