Code Formatter:

- Updated node
- added json support
This commit is contained in:
Arnie
2018-12-19 06:51:13 +01:00
parent cc0b2cd584
commit df1b8fef4e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:8-stretch
FROM node:10-slim
# https support
RUN apt-get update && \