Docker: Update to node 13
This commit is contained in:
parent
f1a4692a23
commit
c1f87628d4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue