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

Commit

Permalink
update python selenium module to latest. Update Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmortensen committed Sep 25, 2023
1 parent 00190a2 commit 5d9486c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NodeFirefox/Dockerfile.multi-arch
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ USER root
RUN echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list \
&& apt-get update -qqy \
&& apt-get install libavcodec-extra -y \
&& wget https://snapshot.debian.org/archive/debian/20230818T031630Z/pool/main/f/firefox/firefox_116.0-2_`dpkg --print-architecture`.deb -O firefox.deb \
&& wget https://snapshot.debian.org/archive/debian/20230924T210045Z/pool/main/f/firefox/firefox_117.0.1-1_`dpkg --print-architecture`.deb -O firefox.deb \
&& apt install ./firefox.deb -y \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* ./firefox.deb

Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "${CI:-false}" = "false" ]; then
source docker-selenium-tests/bin/activate
fi

python -m pip install selenium==4.11.2 \
python -m pip install selenium==4.12.0 \
docker===6.1.3 \
| grep -v 'Requirement already satisfied'

Expand Down

0 comments on commit 5d9486c

Please sign in to comment.