udpate electron target version to 9.0.3

This commit is contained in:
Alexis Svinartchouk 2020-06-10 15:06:20 +02:00
parent 794fcc9a60
commit 47da5af412

View File

@ -7,7 +7,7 @@ WORKDIR /usr/src/app
ENV npm_config_disturl=https://electronjs.org/headers ENV npm_config_disturl=https://electronjs.org/headers
ENV npm_config_runtime=electron ENV npm_config_runtime=electron
ENV npm_config_target=9.0.0 ENV npm_config_target=9.0.3
COPY src src COPY src src
COPY scripts scripts COPY scripts scripts