Skip to content

Commit

Permalink
build(deps): bump the docker-dependecies group with 1 update
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 21.6.1

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent ef18b9f commit 4db20d4
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:21.6.1
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src
Expand Down

0 comments on commit 4db20d4

Please sign in to comment.