Skip to content

Commit db6cb58

Browse files
authored
Update to selenium version 3.13
New release of Selenium made - update to dockerfile to reflect this.
1 parent a99447b commit db6cb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +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.12/selenium-server-standalone-3.12.0.jar \
59+
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.13/selenium-server-standalone-3.13.0.jar \
6060
-O /opt/selenium/selenium-server-standalone.jar

0 commit comments

Comments
 (0)