build(deps): bump the docker-dependecies group with 1 update (#236)

Bumps the docker-dependecies group with 1 update: node.


Updates `node` from 21.3.0 to 21.5.0

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/13/head
dependabot[bot] 2023-12-27 16:01:10 +00:00 committed by GitHub
parent 858a8b0e45
commit ef18b9f7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:21.3.0
FROM node:21.5.0
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src