Skip to content

Commit

Permalink
bumping to electron 3.1.6, oak 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleardreamer committed Mar 18, 2019
1 parent aef79fe commit de0c806
Show file tree
Hide file tree
Showing 7 changed files with 439 additions and 45 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ RUN npm install \

ENTRYPOINT ["oak"]

ENV npm_config_target=3.1.3 \
ENV npm_config_target=3.1.6 \
npm_config_runtime=electron \
npm_config_arch=x64 \
npm_config_target_arch=x64 \
npm_config_disturl=https://atom.io/download/electron \
NODE_ENV=production \
ELECTRON_VERSION=3.1.3 \
ELECTRON_VERSION=3.1.6 \
DISPLAY=:0 \
IGNORE_GPU_BLACKLIST=false \
NODE_TLS_REJECT_UNAUTHORIZED=0 \
Expand Down
Loading

0 comments on commit de0c806

Please sign in to comment.