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 +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 DEPLOY_BRANCH : trunk
118118 GITHUB_USER : seleniumhq-community
119119 GITHUB_REPO : docker-seleniarm
120- SELENIUM_VERSION : 4.1.3
120+ SELENIUM_VERSION : 4.1.4
121121 steps :
122122 - run :
123123 name : " Prepare workflow environment variables"
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ USER root
1717 # && apt-get -qqy install firefox libavcodec-extra \
1818 # && rm -rf /var/lib/apt/lists/* /var/cache/apt/*
1919
20- # Temporarily installing Firefox 96.0.3 from snapshots since 98.0.2 is broken on arm64
20+ # Pulling Firefox from Debian Snapshots so we can control which version we use as latest
2121RUN echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list \
2222 && apt-get update -qqy \
2323 && apt-get install libavcodec-extra -y \
24- && wget https://snapshot.debian.org/archive/debian/20220209T093507Z /pool/main/f/firefox/firefox_96.0.3 -1_`dpkg --print-architecture`.deb -O firefox.deb \
24+ && wget https://snapshot.debian.org/archive/debian/20220418T084218Z /pool/main/f/firefox/firefox_99.0 -1_`dpkg --print-architecture`.deb -O firefox.deb \
2525 && apt install ./firefox.deb -y \
2626 && rm -rf /var/lib/apt/lists/* /var/cache/apt/* ./firefox.deb
2727
You can’t perform that action at this time.
0 commit comments