Skip to content

Commit

Permalink
fix: bump gecko and mozilla in Dockerfile (#21995)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi committed Nov 1, 2022
1 parent 72598a5 commit 25be9ab
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.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/

Expand Down

0 comments on commit 25be9ab

Please sign in to comment.