Skip to content

Commit

Permalink
Update dependency mozilla/geckodriver to v0.35.0 (#1663)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 6, 2024
1 parent 854b682 commit 295db5f
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 @@ -52,7 +52,7 @@ RUN install -m 0755 -d /etc/apt/keyrings \
&& rm -rf /var/lib/apt/lists/*

# Selenium needs a geckodriver in order to work properly
ARG GECKODRIVER_VERSION=0.34.0
ARG GECKODRIVER_VERSION=0.35.0
RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
if [ "$arch" = "arm64" ] ; \
then \
Expand Down

0 comments on commit 295db5f

Please sign in to comment.