Skip to content

Commit

Permalink
bump selenium to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Aug 15, 2017
1 parent a0b991e commit 274d53f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +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.4/selenium-server-standalone-3.4.0.jar \
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.0.jar \
-O /opt/selenium/selenium-server-standalone.jar

0 comments on commit 274d53f

Please sign in to comment.