This commit is contained in:
Luke Skywalker 2022-05-28 23:17:17 -06:00 committed by GitHub
commit 0840b7fcfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM node:14.4.0-alpine
FROM node:14.18.2-alpine
RUN mkdir /project
WORKDIR /project