Skip to content

Commit c2bb045

Browse files
committed
actually use 3.3.1
1 parent 40ba602 commit c2bb045

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
@@ -35,7 +35,7 @@ RUN apt-get update -qqy \
3535
# Selenium
3636
#==========
3737
RUN mkdir -p /opt/selenium \
38-
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.3/selenium-server-standalone-3.3.0.jar -O /opt/selenium/selenium-server-standalone.jar
38+
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.3/selenium-server-standalone-3.3.1.jar -O /opt/selenium/selenium-server-standalone.jar
3939

4040
#========================================
4141
# Add normal user with passwordless sudo

0 commit comments

Comments
 (0)