From 3a03764a18a1a8d07733b936f0e1a19ef810418b Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Fri, 3 Nov 2017 11:23:57 +0100 Subject: [PATCH 1/2] Upgrade to 3.7.0 --- Base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/Dockerfile b/Base/Dockerfile index 4835d9363b..61fffc0915 100644 --- a/Base/Dockerfile +++ b/Base/Dockerfile @@ -56,6 +56,6 @@ USER seluser #========== RUN sudo mkdir -p /opt/selenium \ && sudo chown seluser:seluser /opt/selenium \ - && wget --no-verbose https://selenium-release.storage.googleapis.com/3.6/selenium-server-standalone-3.6.0.jar \ + && wget --no-verbose https://selenium-release.storage.googleapis.com/3.7/selenium-server-standalone-3.7.0.jar \ -O /opt/selenium/selenium-server-standalone.jar From ace138a6023b890441ae90c7c50446140d1f1d66 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Fri, 3 Nov 2017 11:33:55 +0100 Subject: [PATCH 2/2] Upgrading python bindings to 3.7.0 to run tests --- tests/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.sh b/tests/bootstrap.sh index e28fab3cf3..1990876748 100755 --- a/tests/bootstrap.sh +++ b/tests/bootstrap.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash cd tests -pip install selenium===3.6.0 \ +pip install selenium===3.7.0 \ docker===2.5.1 \ | grep -v 'Requirement already satisfied'