Skip to content

Commit 980f915

Browse files
authored
Bump docker images to 4.13.0 (#1951)
* Update Dockerfile road to 4.13.0 * Update bootstrap.sh Road to 4.13.0 [deploy]
1 parent 1e4b64b commit 980f915

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ 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.12.0/selenium-server-4.12.1.jar \
76+
&& wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.13.0/selenium-server-4.13.0.jar \
7777
-O /opt/selenium/selenium-server.jar \
78-
&& wget --no-verbose https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-http-jdk-client/4.12.1/selenium-http-jdk-client-4.12.1.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 \
7979
-O /opt/selenium/selenium-http-jdk-client.jar \
8080
&& chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
8181
&& 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.11.2 \
10+
python -m pip install selenium==4.13.0 \
1111
docker===6.1.3 \
1212
| grep -v 'Requirement already satisfied'
1313

0 commit comments

Comments
 (0)