Skip to content

Commit c4fa3e5

Browse files
authored
Upgrade Firefox from 108.0.2 to 123.0.1 (#1637)
1 parent 1420339 commit c4fa3e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/ath-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN apt-get update && \
3838
apt-get clean all && rm -rf /var/cache/apt
3939

4040
# 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
41-
ARG FIREFOX_VERSION=108.0.2
41+
ARG FIREFOX_VERSION=123.0.1
4242
# 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
4343
# hadolint ignore=DL3008
4444
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 \

0 commit comments

Comments
 (0)