Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit 47af0b6

Browse files
committed
Bump Electron version in Docker
1 parent 32a84ac commit 47af0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:jessie-curl
33
MAINTAINER Mihkel Sokk <mihkelsokk@gmail.com>
44

55
ENV RENDERER_ACCESS_KEY=changeme CONCURRENCY=1 WINDOW_WIDTH=1024 WINDOW_HEIGHT=768 NODE_ENV=production \
6-
ELECTRON_VERSION=1.7.5 ELECTRON_ENABLE_STACK_DUMPING=true ELECTRON_ENABLE_LOGGING=true
6+
ELECTRON_VERSION=1.7.9 ELECTRON_ENABLE_STACK_DUMPING=true ELECTRON_ENABLE_LOGGING=true
77

88
WORKDIR /app
99

0 commit comments

Comments
 (0)