Skip to content

Commit b1c358c

Browse files
authored
Update to Selenium 4.15.0 (#1990)
* Update Dockerfile * Update bootstrap.sh [deploy]
1 parent 4f725b7 commit b1c358c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ COPY supervisord.conf /etc
7373
RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
7474
&& touch /opt/selenium/config.toml \
7575
&& 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.14.0/selenium-server-4.14.1.jar \
76+
&& wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.15.0/selenium-server-4.15.0.jar \
7777
-O /opt/selenium/selenium-server.jar \
7878
&& chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
7979
&& chmod -R g=u /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \

tests/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "${CI:-false}" = "false" ]; then
77
source docker-selenium-tests/bin/activate
88
fi
99

10-
python -m pip install selenium==4.14.0 \
10+
python -m pip install selenium==4.15.0 \
1111
docker===6.1.3 \
1212
| grep -v 'Requirement already satisfied'
1313

0 commit comments

Comments
 (0)