diff --git a/src/main/resources/ath-container/Dockerfile b/src/main/resources/ath-container/Dockerfile index 7b0c689b0a..7df74e7985 100644 --- a/src/main/resources/ath-container/Dockerfile +++ b/src/main/resources/ath-container/Dockerfile @@ -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 \