This is an automated email from the ASF dual-hosted git repository. aafghahi pushed a commit to branch arash/marionetteIssue in repository https://gitbox.apache.org/repos/asf/superset.git
commit a6e3e4c73acd59ec04a1c6309161cd4582f9b648 Author: AAfghahi <[email protected]> AuthorDate: Tue Nov 1 16:59:51 2022 -0400 bump gecko and mozilla --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ee6c5d9402..a0aed973e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -104,8 +104,8 @@ CMD /usr/bin/run-server.sh # Dev image... ###################################################################### FROM lean AS dev -ARG GECKODRIVER_VERSION=v0.28.0 -ARG FIREFOX_VERSION=88.0 +ARG GECKODRIVER_VERSION=v0.32.0 +ARG FIREFOX_VERSION=106.0.3 COPY ./requirements/*.txt ./docker/requirements-*.txt/ /app/requirements/
