updated deps & updated node for circleci and docker to 10.x. (8.x should technically still work)
This commit is contained in:
parent
a0edff1ead
commit
e97b8ff42d
5 changed files with 3724 additions and 4817 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:8-alpine
|
||||
FROM node:10-alpine
|
||||
|
||||
RUN apk add --no-cache git
|
||||
RUN addgroup -S -g 10001 app && adduser -S -D -G app -u 10001 app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue