File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ node_modules/
10
10
# Ignoring generated files during the build process
11
11
Node * Debug /selenium-debug.conf
12
12
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
15
17
16
18
# Created by https://www.gitignore.io/api/virtualenv
17
19
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ COPY supervisord.conf /etc
72
72
RUN mkdir -p /opt/selenium /var/run/supervisor /var/log/supervisor \
73
73
&& touch /opt/selenium/config.json \
74
74
&& 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 \
76
76
-O /opt/selenium/selenium-server-standalone.jar \
77
77
&& chgrp -R 0 /opt/selenium ${HOME} /var/run/supervisor /var/log/supervisor \
78
78
&& chmod -R g=u /opt/selenium ${HOME} /var/run/supervisor /var/log/supervisor
You can’t perform that action at this time.
0 commit comments