From 197aa88b6d1a163f98475f8257d8fd4734808081 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Thu, 15 Oct 2020 19:30:24 +0200 Subject: [PATCH] Target electron 9.3.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44cd8547..17d24dc6 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=9.2.0 +ENV npm_config_target=9.3.2 COPY scripts scripts COPY typings typings