Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 5d9486c

Browse files
update python selenium module to latest. Update Firefox
1 parent 00190a2 commit 5d9486c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NodeFirefox/Dockerfile.multi-arch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ USER root
2424
RUN echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list \
2525
&& apt-get update -qqy \
2626
&& apt-get install libavcodec-extra -y \
27-
&& wget https://snapshot.debian.org/archive/debian/20230818T031630Z/pool/main/f/firefox/firefox_116.0-2_`dpkg --print-architecture`.deb -O firefox.deb \
27+
&& wget https://snapshot.debian.org/archive/debian/20230924T210045Z/pool/main/f/firefox/firefox_117.0.1-1_`dpkg --print-architecture`.deb -O firefox.deb \
2828
&& apt install ./firefox.deb -y \
2929
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* ./firefox.deb
3030

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.12.0 \
1111
docker===6.1.3 \
1212
| grep -v 'Requirement already satisfied'
1313

0 commit comments

Comments
 (0)