Skip to content

Commit 99642fe

Browse files
committed
Update to chrome 78
1 parent ff594fa commit 99642fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2.6.20/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ RUN cd /opt \
1515
&& ln -sf /usr/local/share/$PHANTOM_JS/bin/phantomjs /usr/local/bin
1616

1717
RUN cd /opt \
18-
&& wget http://www.slimjetbrowser.com/chrome/files/76.0.3809.100/google-chrome-stable_current_amd64.deb \
18+
&& wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
1919
&& dpkg -i google-chrome-stable_current_amd64.deb
2020

2121
RUN cd /opt \
22-
&& wget https://chromedriver.storage.googleapis.com/76.0.3809.68/chromedriver_linux64.zip \
22+
&& wget https://chromedriver.storage.googleapis.com/78.0.3904.105/chromedriver_linux64.zip \
2323
&& unzip chromedriver_linux64.zip
2424

2525
COPY play /tmp/play

0 commit comments

Comments
 (0)