Merge pull request #136 from hullcss/dependabot/docker/node-19.8.1

build(deps): bump node from 19.7.0 to 19.8.1
imgbot
Kieran 2023-03-17 11:16:54 +00:00 committed by GitHub
commit 37a09f7edb
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.7.0
FROM node:19.8.1
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src