Skip to content

Commit

Permalink
(HP-572) upgrade gecko driver to 0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds committed Jan 5, 2024
1 parent e48eeeb commit 609567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter-pystata-gen3-licensed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/cdis/jupyter-pystata-user-licensed:1.2.0
USER root
RUN apt-get update
RUN apt-get install -y firefox
RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-linux64.tar.gz
RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-linux64.tar.gz
RUN tar -xvzf geckodriver*
RUN mv geckodriver /bin/

Expand Down

0 comments on commit 609567b

Please sign in to comment.