build(deps): bump node from 19.0.0 to 19.0.1

Bumps node from 19.0.0 to 19.0.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
imgbot
dependabot[bot] 2022-11-09 07:07:38 +00:00 committed by GitHub
parent 1ec0dae8c3
commit 8cf7e7da6b
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:19.0.0
FROM node:19.0.1
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src