Skip to content

Commit

Permalink
build(docker): bump geckodriver and firefox to latest (apache#25287)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseyolg authored Sep 14, 2023
1 parent ec61910 commit 467e062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 467e062

Please sign in to comment.