fix: bump gecko and mozilla in Dockerfile (#21995)

This commit is contained in:
AAfghahi 2022-11-01 18:02:37 -04:00 committed by GitHub
parent 72598a5b2a
commit 25be9ab4bc
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.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/