Skip to content

Commit

Permalink
build(deps): bump node in the docker-dependecies group
Browse files Browse the repository at this point in the history
Bumps the docker-dependecies group with 1 update: node.


Updates `node` from 21.5.0 to 22.1.0

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent ef18b9f commit 6b779b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.5.0
FROM node:22.1.0
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src
Expand Down

0 comments on commit 6b779b6

Please sign in to comment.