Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
-> browserless/chrome:1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Strand committed Dec 19, 2019
1 parent 08ddf6b commit ae89c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
- image: circleci/node:10
- image: qlikcore/engine:12.538.0
command: -S AcceptEULA=yes
- image: browserless/chrome:1.9-puppeteer-1.13.0
- image: browserless/chrome:1.8-puppeteer-1.13.0

working_directory: ~/catwalk

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ services:
- ./data:/data

chrome:
image: browserless/chrome:1.9-puppeteer-1.13.0
image: browserless/chrome:1.8-puppeteer-1.13.0
ports:
- 3000:3000

0 comments on commit ae89c3f

Please sign in to comment.