Merge pull request #59 from hullcss/dependabot/docker/node-19.3.0

imgbot
Kieran 2022-12-19 11:06:15 +00:00 committed by GitHub
commit f9f15d237b
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.2.0
FROM node:19.3.0
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src