Skip to content

Commit 358d9a4

Browse files
Update dependency firefox to v134 (#1891)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa39055 commit 358d9a4

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
@@ -26,7 +26,7 @@ RUN apt-get update \
2626
&& rm -rf /var/lib/apt/lists/*
2727

2828
# 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
29-
ARG FIREFOX_VERSION=133.0.3
29+
ARG FIREFOX_VERSION=134.0.1
3030
RUN install -m 0755 -d /etc/apt/keyrings \
3131
&& curl -fsSL https://packages.mozilla.org/apt/repo-signing-key.gpg -o /etc/apt/keyrings/packages.mozilla.org.asc \
3232
&& 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 \

0 commit comments

Comments
 (0)