Skip to content

Commit

Permalink
chore(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.3.0 to 21.6.2

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent c963291 commit 9841b6a
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.3.0
FROM node:21.6.2
RUN mkdir -p /usr/hurs/src
WORKDIR /usr/hurs/src
COPY package.json /usr/hurs/src
Expand Down

0 comments on commit 9841b6a

Please sign in to comment.