ci(dev-docker): bump node in /dev-dependencies (#6535)

Bumps node from 23.1.0-bookworm to 23.7.0-bookworm.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-16 20:46:46 +00:00 committed by GitHub
parent 401875a569
commit d68be1a0ef
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM node:23.1.0-bookworm
FROM node:23.7.0-bookworm
SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]