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 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'