Dockerfile: update to node v10

This commit is contained in:
Roman Shtylman 2018-05-15 19:18:12 -04:00
parent c27100b98e
commit 743895720c

View File

@ -1,4 +1,4 @@
FROM node:9.2.1-alpine
FROM node:10.1.0-alpine
WORKDIR /app