Merge pull request #111 from NebulaServices/snyk-fix-808d3f5ee6abab14c62692155a4a2a1a

[Snyk] Security upgrade node from alpine to 18
This commit is contained in:
Green! 2023-05-15 13:40:49 -04:00 committed by GitHub
commit e566a869d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:alpine
FROM node:18
WORKDIR /usr/src/app
COPY . .
RUN npm install