Skip to content

Commit

Permalink
deps(cd): bump node in /docker/release-please-commitlint (#1453)
Browse files Browse the repository at this point in the history
Bumps node from 22.4.0-bookworm to 22.4.1-bookworm.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 65eb071 commit 4bb1c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/release-please-commitlint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.4.0-bookworm
FROM node:22.4.1-bookworm

SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit 4bb1c5e

Please sign in to comment.