updated deps & updated node for circleci and docker to 10.x. (8.x should technically still work)

This commit is contained in:
Danny Coates 2018-08-02 12:24:36 -07:00
parent a0edff1ead
commit e97b8ff42d
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 3724 additions and 4817 deletions

View file

@ -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