Skip to content

Commit

Permalink
dependabot-docker(deps): bump node from 21 to 22 in /.devcontainer
Browse files Browse the repository at this point in the history
Bumps node from 21 to 22.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent e9cd556 commit a87b7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Node runtime as a parent image
FROM node:21
FROM node:22

# Set the working directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit a87b7b7

Please sign in to comment.