Skip to content

Commit

Permalink
Merge pull request #154 from kaczmarj/fix/build
Browse files Browse the repository at this point in the history
use specific docker image (using sha256) instead of latest
  • Loading branch information
smpadhy authored Feb 12, 2018
2 parents 0198559 + 7a7d22a commit 9871543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ script:
-v $(pwd):/project \
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder:latest \
electronuserland/builder@sha256:be4be15a1acffa57ef99b9e3ded821c79ad60c294a325da14ca31a526d1d0d6d \
bash -c "
yarn --link-duplicates --pure-lockfile \
&& yarn dist --linux --win
Expand Down

0 comments on commit 9871543

Please sign in to comment.