Skip to content

Commit

Permalink
Merge pull request #627 from SeleniumHQ/upgrade-3.8.1
Browse files Browse the repository at this point in the history
Upgrading to Selenium 3.8.1
  • Loading branch information
diemol authored Dec 3, 2017
2 parents 44a3058 + ab1a565 commit aa5bd2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ USER seluser
#==========
RUN sudo mkdir -p /opt/selenium \
&& sudo chown seluser:seluser /opt/selenium \
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.7/selenium-server-standalone-3.7.1.jar \
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.8/selenium-server-standalone-3.8.1.jar \
-O /opt/selenium/selenium-server-standalone.jar
2 changes: 1 addition & 1 deletion tests/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
cd tests
pip install selenium===3.7.0 \
pip install selenium===3.8.0 \
docker===2.5.1 \
| grep -v 'Requirement already satisfied'

Expand Down

0 comments on commit aa5bd2f

Please sign in to comment.