Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Update Firefox to 63.0 in Sauce Labs (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendonner authored Oct 30, 2018
1 parent 03ec69a commit 7a97f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY pipenv.txt /src
RUN curl -fsSL https://bootstrap.pypa.io/get-pip.py | python2.7
RUN pip install -r pipenv.txt

ENV FIREFOX_VERSION=62.0
ENV FIREFOX_VERSION=63.0

RUN curl -fsSLo /tmp/firefox.tar.bz2 https://download-installer.cdn.mozilla.net/pub/firefox/releases/$FIREFOX_VERSION/linux-x86_64/en-US/firefox-$FIREFOX_VERSION.tar.bz2 \
&& apt-get -y purge firefox \
Expand Down

0 comments on commit 7a97f40

Please sign in to comment.