Merge pull request #204 from hullcss/dependabot/docker/docker-dependecies-c53676c7dd

imgbot
Kieran 2023-09-18 10:46:41 +01:00 committed by GitHub
commit e6dffd3c79
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.6.0
FROM node:20.6.1
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src