mirror of https://github.com/pyodide/pyodide.git
Update GECKODRIVER version
This commit is contained in:
parent
b87f1f96d1
commit
0c9f495eb3
|
@ -40,7 +40,7 @@ RUN pip3 --no-cache-dir install -r requirements.txt \
|
|||
ARG CHROME_VERSION="latest"
|
||||
ARG FIREFOX_VERSION="latest"
|
||||
# Note: geckodriver version needs to be updated manually
|
||||
ARG GECKODRIVER_VERSION="0.30.0"
|
||||
ARG GECKODRIVER_VERSION="0.32.2"
|
||||
|
||||
#============================================
|
||||
# Firefox & gekcodriver
|
||||
|
|
Loading…
Reference in New Issue