Skip to content

Commit 2745f73

Browse files
authored
Upgrading Selenium to 3.141.59 (#841)
1 parent e8818d9 commit 2745f73

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
@@ -72,7 +72,7 @@ COPY supervisord.conf /etc
7272
RUN mkdir -p /opt/selenium /var/run/supervisor /var/log/supervisor \
7373
&& touch /opt/selenium/config.json \
7474
&& chmod -R 777 /opt/selenium /var/run/supervisor /var/log/supervisor /etc/passwd \
75-
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.5.jar \
75+
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar \
7676
-O /opt/selenium/selenium-server-standalone.jar \
7777
&& chgrp -R 0 /opt/selenium ${HOME} /var/run/supervisor /var/log/supervisor \
7878
&& chmod -R g=u /opt/selenium ${HOME} /var/run/supervisor /var/log/supervisor

0 commit comments

Comments
 (0)