Chance an update to Node 8. Let's see how Jenkins likes this.

This commit is contained in:
Dave Page 2018-09-14 17:04:51 +01:00
parent 370d9c72ec
commit a2258c83e9

View File

@ -8,8 +8,8 @@
#########################################################################
# First of all, build frontend with NodeJS in a separate builder container
# Node-6 with ABI v48 is supported by all needed C++ packages
FROM node:6 AS node-builder
# Node-8 is supported by all needed C++ packages
FROM node:8 AS node-builder
COPY ./pgadmin4/web/ /pgadmin4/web/
WORKDIR /pgadmin4/web