build(deps): bump node to 14.17 and drop uuid in favor of native randomUUID (#1792)

This commit is contained in:
TheCatLady
2021-06-17 00:12:09 -04:00
committed by GitHub
parent c8b5a200d3
commit 0db0d4c280
12 changed files with 17 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
FROM node:14.16-alpine
FROM node:14.17-alpine
COPY . /app
WORKDIR /app