Skip to content

Commit

Permalink
Bump node from 21.7.2 to 22.0.0 in /docs
Browse files Browse the repository at this point in the history
Bumps node from 21.7.2 to 22.0.0.

---
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] authored May 1, 2024
1 parent 645ed1f commit 57db061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.7.2
FROM node:22.0.0
RUN apt-get update && apt-get install -y jq
WORKDIR /usr/src/app
COPY package.json /usr/src/
Expand Down

0 comments on commit 57db061

Please sign in to comment.