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

Bumps node from 23.1.0-bookworm to 23.6.1-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-27 13:42:26 +00:00 committed by GitHub
parent 4c666df3c9
commit 66288cc62f
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.6.1-bookworm
SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]