mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Chance an update to Node 8. Let's see how Jenkins likes this.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user