Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to selenium/hub:3.141.59-zirconium #2992

Merged
merged 5 commits into from
Mar 9, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `embed`
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/runtime)
- [`[email protected]`](https://npmjs.com/package/core-js)
- Bumped Chrome Docker image to `3.141.59-zirconium` (Chrome 80.0.3987.106), by [@compulim](https://github.com/compulim) in PR [#2992](https://github.com/microsoft/BotFramework-WebChat/pull/2992)

## [4.8.0] - 2020-03-05

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-selenium
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://github.com/SeleniumHQ/docker-selenium
# https://hub.docker.com/r/selenium/standalone-chrome/tags/

FROM selenium/node-chrome:3.141.59-yttrium
FROM selenium/node-chrome:3.141.59-zirconium

ADD __tests__/setup/local ~/Downloads
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
- /dev/shm:/dev/shm

selenium-hub:
image: selenium/hub:3.141.59-yttrium
image: selenium/hub:3.141.59-zirconium
container_name: selenium-hub
ports:
- "4444:4444"
Expand Down