[misc] upgrade node to version 10.18.1

This commit is contained in:
Jakob Ackermann
2020-01-27 12:24:45 +01:00
parent e0d3b3fe17
commit 732860a49e
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.3.4
FROM node:6.11.2 as app
FROM node:10.18.1 as app
WORKDIR /app
@@ -17,7 +17,7 @@ COPY . /app
RUN npm run compile:all
FROM node:6.11.2
FROM node:10.18.1
COPY --from=app /app /app