build(docker): bump geckodriver and firefox to latest (#25287)

This commit is contained in:
Aleksey Karpov 2023-09-15 00:23:48 +03:00 committed by GitHub
parent ec61910232
commit 467e062e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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