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

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


---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/8/head
dependabot[bot] 2023-10-26 12:17:09 +01:00 committed by GitHub
parent 71c9bda396
commit 9e3001af2d
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:20.8.0
FROM node:21.0.0
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src