Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 2, 2024
1 parent 556ca1a commit 51e9157
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:14
FROM node:21

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

0 comments on commit 51e9157

Please sign in to comment.