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

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


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

Signed-off-by: dependabot[bot] <support@github.com>
imgbot
dependabot[bot] 2023-09-18 08:16:07 +00:00 committed by GitHub
parent 550b7f3c75
commit 9d61508c19
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.6.0
FROM node:20.6.1
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src