File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,8 @@ COPY supervisord.conf /etc
73
73
RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
74
74
&& touch /opt/selenium/config.toml \
75
75
&& chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd \
76
- && wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.13 .0/selenium-server-4.13.0 .jar \
76
+ && wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.14 .0/selenium-server-4.14.1 .jar \
77
77
-O /opt/selenium/selenium-server.jar \
78
- && wget --no-verbose https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-http-jdk-client/4.13.0/selenium-http-jdk-client-4.13.0.jar \
79
- -O /opt/selenium/selenium-http-jdk-client.jar \
80
78
&& chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
81
79
&& chmod -R g=u /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
82
80
&& setfacl -Rm u:seluser:rwx /opt /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ "${CI:-false}" = "false" ]; then
7
7
source docker-selenium-tests/bin/activate
8
8
fi
9
9
10
- python -m pip install selenium==4.13 .0 \
10
+ python -m pip install selenium==4.14 .0 \
11
11
docker===6.1.3 \
12
12
| grep -v ' Requirement already satisfied'
13
13
You can’t perform that action at this time.
0 commit comments