Merge pull request #171 from hullcss/dependabot/docker/node-20.4.0

build(deps): bump node from 20.3.1 to 20.4.0
imgbot
Kieran 2023-07-11 16:07:37 +01:00 committed by GitHub
commit 0059d2249e
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:20.3.1
FROM node:20.4.0
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src