This is an automated email from the ASF dual-hosted git repository.
craigrueda 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 467e062e8e build(docker): bump geckodriver and firefox to latest
(#25287)
467e062e8e is described below
commit 467e062e8eb93ff6491806cc76a692ed125e0c31
Author: Aleksey Karpov <[email protected]>
AuthorDate: Fri Sep 15 00:23:48 2023 +0300
build(docker): bump geckodriver and firefox to latest (#25287)
---
Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 4558e27f85..5d6a64dbf7 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.32.0 \
- FIREFOX_VERSION=106.0.3
+ARG GECKODRIVER_VERSION=v0.33.0 \
+ FIREFOX_VERSION=117.0.1
USER root