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

Commit 9fa71ef

Browse files
Bumping grid to 4.1.4 and updating Firefox to v99.0-1
1 parent d13b5fa commit 9fa71ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

NodeFirefox/Dockerfile.arm64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2121
RUN 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

0 commit comments

Comments
 (0)