Skip to content

Commit

Permalink
Upgrade Firefox from 108.0.2 to 123.0.1 (jenkinsci#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jul 25, 2024
1 parent 1420339 commit c4fa3e5
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 @@ -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 \
Expand Down

0 comments on commit c4fa3e5

Please sign in to comment.