chore: upgrade to nodejs v16 #845 (#918)

This commit is contained in:
Matthew Little
2021-12-20 11:58:52 +01:00
committed by GitHub
parent bf87a45f86
commit dc3588ec2d
14 changed files with 50302 additions and 1501 deletions

View File

@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:16-alpine
WORKDIR /app
COPY . .