Skip to content

Commit 308cbb4

Browse files
authored
Bump Docker containers after release of 4.15.7 (#4654)
* Bump Docker containers * Add entry * Update PR number
1 parent fe23bb4 commit 308cbb4

11 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8080
- [`[email protected]`](https://npmjs.com/package/webpack-cli)
8181
- [`[email protected]`](https://npmjs.com/package/webpack-stats-plugin)
8282
- [`[email protected]`](https://npmjs.com/package/webpack)
83+
- Bumped Docker containers, by [@compulim](https://github.com/compulim), in PR [#4654](https://github.com/microsoft/BotFramework-WebChat/pull/4654)
84+
- [`selenium/hub:4.8.1`](https://hub.docker.com/layers/selenium/hub/4.8.1/images/sha256-c6a1763c95cd8071968f8fe47057d9712b79d1a793d57d49120df889ce6dcd9d)
85+
- [`selenium/node-chrome:110.0`](https://hub.docker.com/layers/selenium/node-chrome/110.0/images/sha256-8dcf0e6b681b54436e0c1481da1fe302d7f609844f4a868b9331fa7f5eead349)
8386

8487
## [4.15.7] - 2023-02-15
8588

Loading
Loading
Loading

chrome.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://github.com/SeleniumHQ/docker-selenium
22
# https://hub.docker.com/r/selenium/standalone-chrome/tags/
33

4-
FROM selenium/node-chrome:107.0
4+
FROM selenium/node-chrome:110.0
55

66
ADD __tests__/html/assets/uploads /home/seluser/Downloads
77
ADD __tests__/setup/local /home/seluser/Downloads

0 commit comments

Comments
 (0)