Upgrade Node and deps

This commit is contained in:
Jonathan Cremin 2020-04-28 19:53:41 +01:00
parent 02fce6694f
commit 5ba3016557
5 changed files with 955 additions and 933 deletions

View file

@ -1,9 +1,7 @@
FROM node:13.6.0-alpine3.11
FROM node:14.0.0
WORKDIR /app
RUN apk add --update git python make g++
COPY package.json package.json
COPY yarn.lock yarn.lock