This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ COPY supervisord.conf /etc
7171RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
7272 && touch /opt/selenium/config.toml \
7373 && chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd \
74- && wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.2 .0/selenium-server-4.2.2 .jar \
74+ && wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.3 .0/selenium-server-4.3.0 .jar \
7575 -O /opt/selenium/selenium-server.jar \
7676 && chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
7777 && chmod -R g=u /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
77 source docker-selenium-tests/bin/activate
88fi
99
10- python -m pip install selenium==4.2 .0 \
10+ python -m pip install selenium==4.3 .0 \
1111 docker===4.2.0 \
1212 | grep -v ' Requirement already satisfied'
1313
You can’t perform that action at this time.
0 commit comments