Skip to content

Commit 2554021

Browse files
authored
Upgrading to 3.141.5 (#835)
1 parent 1e43ef3 commit 2554021

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ node_modules/
1010
# Ignoring generated files during the build process
1111
Node*Debug/selenium-debug.conf
1212
Node*Debug/start-*.sh
13-
Standalone*/selenium.conf
14-
Standalone*/start-*.sh
13+
StandaloneC*/selenium.conf
14+
StandaloneF*/selenium.conf
15+
StandaloneC*/start-*.sh
16+
StandaloneF*/start-*.sh
1517

1618
# Created by https://www.gitignore.io/api/virtualenv
1719

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.0.jar \
75+
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.5.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)