diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a7da1154..c3b17fb49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `embed` - [`@babel/runtime@7.8.7`](https://npmjs.com/package/@babel/runtime) - [`core-js@3.6.4`](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) ## Samples - Resolves [#2806](https://github.com/microsoft/BotFramework-WebChat/issues/2806), added [Single sign-on with On Behalf Of Token Authentication](https://webchat-sample-obo.azurewebsites.net/) sample, by [@tdurnford](https://github.com/tdurnford) in [#2865](https://github.com/microsoft/BotFramework-WebChat/pull/2865) diff --git a/Dockerfile-selenium b/Dockerfile-selenium index 320e70f9d9..0f5614da99 100644 --- a/Dockerfile-selenium +++ b/Dockerfile-selenium @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 0dbbb7a7fa..0512af076a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"