Skip to content

chore(deps): bump node from 22-bookworm-slim to 26-bookworm-slim in /docker in the docker group#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#557
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/docker/docker-263a700181

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Updates node from 22-bookworm-slim to 26-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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the docker group in /docker with 1 update: 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 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
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

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 👍 / 👎.

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