Merge pull request #25 from hullcss/dependabot/docker/node-19.0.0

build(deps): bump node from 18.11.0 to 19.0.0
imgbot
Kieran 2022-10-19 10:38:10 +01:00 committed by GitHub
commit a4d0406fbe
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:18.11.0
FROM node:19.0.0
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src