From 04aed8ad69c3c487d73d4b5715a5fdaf786f0b74 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Fri, 6 Nov 2020 15:03:32 +0100 Subject: [PATCH] Target electron 9.3.3 Change-type: patch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28bbbbcb..1a37fe99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ WORKDIR /usr/src/app ENV npm_config_disturl=https://electronjs.org/headers ENV npm_config_runtime=electron -ENV npm_config_target=9.3.2 +ENV npm_config_target=9.3.3 COPY scripts scripts COPY typings typings