bump from node image to support v2 lock files

This commit is contained in:
TheBeastLT
2022-01-06 23:29:57 +01:00
parent 5ce051b204
commit 4ad1db82ba
4 changed files with 3879 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:16-alpine
RUN apk update && apk upgrade && \
apk add --no-cache git