Skip to content

Commit

Permalink
Bump Firefox ESR and Geckodriver versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed May 3, 2021
1 parent 0f6ae64 commit 6c2bf22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions securedrop/dockerfiles/focal/python3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ RUN gem install sass -v 3.4.23
# Current versions of the test browser software. Tor Browser is based
# on a specific version of Firefox, noted in Help > About Tor Browser.
# Ideally we'll keep those in sync.
ENV FF_VERSION 78.6.1esr
ENV GECKODRIVER_VERSION v0.28.0
ENV FF_VERSION 78.10.0esr
ENV GECKODRIVER_VERSION v0.29.1

# Import Tor release signing key
ENV TOR_RELEASE_KEY_FINGERPRINT "EF6E286DDA85EA2A4BA7DE684E2C6E8793298290"
Expand Down
4 changes: 2 additions & 2 deletions securedrop/dockerfiles/xenial/python3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ RUN gem install sass -v 3.4.23
# Current versions of the test browser software. Tor Browser is based
# on a specific version of Firefox, noted in Help > About Tor Browser.
# Ideally we'll keep those in sync.
ENV FF_VERSION 78.6.1esr
ENV GECKODRIVER_VERSION v0.28.0
ENV FF_VERSION 78.10.0esr
ENV GECKODRIVER_VERSION v0.29.1

# Import Tor release signing key
ENV TOR_RELEASE_KEY_FINGERPRINT "EF6E286DDA85EA2A4BA7DE684E2C6E8793298290"
Expand Down

0 comments on commit 6c2bf22

Please sign in to comment.