[chore] NodeJS 12 (#2722)

* chore: upgraded node 12, more log lines

- upgraded from 10 LTS to 12 LTS
- added log line with userID to GraphQL
  log entry

* fix: adjusted some intl formats
This commit is contained in:
Wyatt Johnson
2019-11-22 22:46:16 +00:00
committed by GitHub
parent 7c2e56b751
commit bf89fc2b3e
11 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:10-alpine
FROM node:12-alpine
# Install build dependancies.
RUN apk --no-cache add git python