We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff594fa commit 99642feCopy full SHA for 99642fe
2.6.20/Dockerfile
@@ -15,11 +15,11 @@ RUN cd /opt \
15
&& ln -sf /usr/local/share/$PHANTOM_JS/bin/phantomjs /usr/local/bin
16
17
RUN cd /opt \
18
- && wget http://www.slimjetbrowser.com/chrome/files/76.0.3809.100/google-chrome-stable_current_amd64.deb \
+ && wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
19
&& dpkg -i google-chrome-stable_current_amd64.deb
20
21
22
- && wget https://chromedriver.storage.googleapis.com/76.0.3809.68/chromedriver_linux64.zip \
+ && wget https://chromedriver.storage.googleapis.com/78.0.3904.105/chromedriver_linux64.zip \
23
&& unzip chromedriver_linux64.zip
24
25
COPY play /tmp/play
0 commit comments