From fabc7887d9537e39b4f82a4d33ac879ad7dbf165 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Wed, 27 May 2020 18:52:46 +0200 Subject: [PATCH] Target electron 9.0.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a22850a5..3fd72a82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /usr/src/app ENV npm_config_disturl=https://electronjs.org/headers ENV npm_config_runtime=electron -ENV npm_config_target=7.1.14 +ENV npm_config_target=9.0.0 COPY src src COPY scripts scripts