Bump gecko driver to 0.36.0

pull/233/head
Patrick Robertson 2025-03-03 16:00:11 +00:00
rodzic 0dfab2d1bc
commit a47e18ef9a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ RUN add-apt-repository ppa:mozillateam/ppa && \
apt-get install -y --no-install-recommends firefox-esr && \
ln -s /usr/bin/firefox-esr /usr/bin/firefox
ARG GECKODRIVER_VERSION=0.35.0
ARG GECKODRIVER_VERSION=0.36.0
RUN if [ $(uname -m) = "aarch64" ]; then \
GECKODRIVER_ARCH=linux-aarch64; \