Bump node to 6.15.1

This commit is contained in:
Christopher Hoskin
2018-12-17 15:29:56 +00:00
parent 1894e8ad5d
commit 2d023a3b03
2 changed files with 3 additions and 3 deletions

2
.nvmrc
View File

@@ -1 +1 @@
6.14.1
6.15.1

View File

@@ -1,4 +1,4 @@
FROM node:6.14.1 as app
FROM node:6.15.1 as app
WORKDIR /app
@@ -12,7 +12,7 @@ COPY . /app
RUN npm run compile:all
FROM node:6.14.1
FROM node:6.15.1
COPY --from=app /app /app