Chance an update to Node 8. Let's see how Jenkins likes this.
parent
370d9c72ec
commit
a2258c83e9
|
|
@ -8,8 +8,8 @@
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
# First of all, build frontend with NodeJS in a separate builder container
|
# First of all, build frontend with NodeJS in a separate builder container
|
||||||
# Node-6 with ABI v48 is supported by all needed C++ packages
|
# Node-8 is supported by all needed C++ packages
|
||||||
FROM node:6 AS node-builder
|
FROM node:8 AS node-builder
|
||||||
|
|
||||||
COPY ./pgadmin4/web/ /pgadmin4/web/
|
COPY ./pgadmin4/web/ /pgadmin4/web/
|
||||||
WORKDIR /pgadmin4/web
|
WORKDIR /pgadmin4/web
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue