Skip to content

Commit 274d53f

Browse files
bump selenium to 3.5.0
to fix SeleniumHQ/selenium#3693
1 parent a0b991e commit 274d53f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Base/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,5 @@ USER seluser
5656
#==========
5757
RUN sudo mkdir -p /opt/selenium \
5858
&& sudo chown seluser:seluser /opt/selenium \
59-
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.4/selenium-server-standalone-3.4.0.jar \
59+
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.0.jar \
6060
-O /opt/selenium/selenium-server-standalone.jar
61-

0 commit comments

Comments
 (0)