build(deps): bump node from 19.0.1 to 19.1.0 (#39)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
imgbot
dependabot[bot] 2022-11-15 14:20:58 +00:00 committed by GitHub
parent fe1f14e5e4
commit 83b611a2d8
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.1
FROM node:19.1.0
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src