Docker: Update to node 13

dev
Jonatan Nilsson 2020-04-05 05:19:23 +00:00
parent f1a4692a23
commit c1f87628d4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
########################### ###########################
# Mithril # Mithril
########################### ###########################
FROM node:8-alpine as build FROM node:13-alpine as build
ENV HOME=/app ENV HOME=/app
@ -19,7 +19,7 @@ RUN apk add --no-cache make gcc g++ python && \
########################### ###########################
# Server # Server
########################### ###########################
FROM node:8-alpine FROM node:13-alpine
ENV HOME=/app ENV HOME=/app