Target electron 9.1.0

This commit is contained in:
Alexis Svinartchouk 2020-07-16 18:59:27 +02:00
parent 0e50d25881
commit acd63f2c60

View File

@ -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.0.5
ENV npm_config_target=9.1.0
COPY src src
COPY scripts scripts