Upgrade node and deps
This commit is contained in:
parent
2bd6711175
commit
20fcbe40ac
5 changed files with 32 additions and 34 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue