Upgrade node and deps

This commit is contained in:
Jonathan Cremin 2020-04-28 20:31:28 +01:00
parent 2bd6711175
commit 20fcbe40ac
5 changed files with 32 additions and 34 deletions

View file

@ -1,9 +1,7 @@
FROM node:11.13.0-alpine
FROM node:13.13.0
WORKDIR /app
RUN apk add --update git python make gcc g++
COPY package.json package.json
COPY yarn.lock yarn.lock