build(deps): bump node from 19.4.0 to 19.5.0

Bumps node from 19.4.0 to 19.5.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
imgbot
dependabot[bot] 2023-01-26 07:10:24 +00:00 committed by GitHub
parent 98ec5a2218
commit 7ee8e21ffe
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.4.0
FROM node:19.5.0
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src