Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Bump library/node in /.devcontainer
Browse files Browse the repository at this point in the history
Bumps library/node from 21.7.3-bookworm to 22.1.0-bookworm.

---
updated-dependencies:
- dependency-name: library/node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent d15a906 commit 299ce5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile.frontend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:21.7.3-bookworm
FROM docker.io/library/node:22.1.0-bookworm

RUN apt-get update \
&& apt-get install --yes --no-install-recommends \
Expand Down

0 comments on commit 299ce5b

Please sign in to comment.