Skip to content

Commit

Permalink
Merge pull request #3224 from johannaengland/tests/upgrade-crome-driv…
Browse files Browse the repository at this point in the history
…er-version

Upgrade chrome-driver version in docker image to 131.0.6778.69
  • Loading branch information
johannaengland authored Nov 22, 2024
2 parents 2e45143 + b57aedd commit cf6a25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN cd /tmp && \

# Install chromedriver to properly run Selenium tests in Chrome, if need be
# Ref: https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json
ENV CHROMEDRIVERVERSION=128.0.6613.137
ENV CHROMEDRIVERVERSION=131.0.6778.69
RUN cd /tmp && \
apt-get update && \
apt-get -y --no-install-recommends install unzip && \
Expand Down

0 comments on commit cf6a25b

Please sign in to comment.