From c4fa3e55bf8457497ee79a561b94b7ade4943e0d Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Thu, 25 Jul 2024 16:29:06 -0700 Subject: [PATCH] Upgrade Firefox from 108.0.2 to 123.0.1 (#1637) --- src/main/resources/ath-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/ath-container/Dockerfile b/src/main/resources/ath-container/Dockerfile index bc45186384..90eb063cde 100644 --- a/src/main/resources/ath-container/Dockerfile +++ b/src/main/resources/ath-container/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update && \ apt-get clean all && rm -rf /var/cache/apt # Install a fixed firefox version that is known to work with the current selenium version, copied from https://hub.docker.com/r/selenium/node-firefox/dockerfile -ARG FIREFOX_VERSION=108.0.2 +ARG FIREFOX_VERSION=123.0.1 # hadolint: Do not pin packages as they are requirements only for firefox installation (and not ofr the rest of the ATH) and the effort required to track each version would be too huge # hadolint ignore=DL3008 RUN apt-get update && apt-get -y --no-install-recommends install libgtk-3-0 libasound2t64 libdbus-glib-1-2 libegl1 libpci3 libx11-xcb1 wget bzip2 \