Skip to content

Commit

Permalink
Merge pull request #5921 from freedomofpress/bump-ff-and-geckodriver
Browse files Browse the repository at this point in the history
Bump Firefox ESR and Geckodriver versions
  • Loading branch information
emkll committed May 4, 2021
2 parents 626e1dd + 6c2bf22 commit 4276758
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
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
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 4276758

Please sign in to comment.