From c4bd3dcf554c2238edf71dbdafbd6b476aba5515 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Mon, 3 Sep 2018 10:28:58 +0200 Subject: [PATCH] Updated version of Selenium Grid in examples --- docker-compose.yml | 2 +- genymotion/example/geny.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b5501e5..bf65b85 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ version: "2.2" services: # Selenium hub selenium_hub: - image: selenium/hub:3.12.0-americium + image: selenium/hub:3.14.0-curium ports: - 4444:4444 diff --git a/genymotion/example/geny.yml b/genymotion/example/geny.yml index f8761ed..231ca0e 100755 --- a/genymotion/example/geny.yml +++ b/genymotion/example/geny.yml @@ -6,7 +6,7 @@ version: "2.2" services: # Selenium hub selenium_hub: - image: selenium/hub:3.12.0-americium + image: selenium/hub:3.14.0-curium ports: - 4444:4444