Merge pull request #165 from hullcss/dependabot/docker/node-20.3.1

build(deps): bump node from 20.2.0 to 20.3.1
imgbot
Kieran 2023-06-29 11:31:49 +01:00 committed by GitHub
commit 2b4a67cbe8
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.2.0
FROM node:20.3.1
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src