This is an automated email from the ASF dual-hosted git repository.

aafghahi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 25be9ab4bc fix: bump gecko and mozilla in Dockerfile (#21995)
25be9ab4bc is described below

commit 25be9ab4bcce9c9dcec6a67366c70cf590de28ff
Author: AAfghahi <[email protected]>
AuthorDate: Tue Nov 1 18:02:37 2022 -0400

    fix: bump gecko and mozilla in Dockerfile (#21995)
---
 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/
 

Reply via email to