Skip to content

Commit

Permalink
Upgrade Firefox from 123.x to 129.x (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 6, 2024
1 parent 512b92b commit 854b682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/ath-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# Install a fixed firefox version that is known to work with the current selenium version, copied from https://support.mozilla.org/en-US/kb/install-firefox-linux
ARG FIREFOX_VERSION=123.0.1
ARG FIREFOX_VERSION=129.0
RUN install -m 0755 -d /etc/apt/keyrings \
&& curl -fsSL https://packages.mozilla.org/apt/repo-signing-key.gpg -o /etc/apt/keyrings/packages.mozilla.org.asc \
&& printf 'deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main\n' > /etc/apt/sources.list.d/mozilla.list \
Expand Down

0 comments on commit 854b682

Please sign in to comment.