Skip to content

Commit ed0fd76

Browse files
authored
Merge pull request #4 from talkjs/update_chrome
Revert back to using the latest Chrome version
2 parents f35ec9d + 43a86dc commit ed0fd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN FIREFOX_URL="https://download-installer.cdn.mozilla.net/pub/firefox/releases
2929
&& rm /tmp/firefox.tar.bz2
3030

3131
# install chrome
32-
RUN curl --silent --show-error --location --fail --retry 3 --output /tmp/google-chrome-stable_current_amd64.deb https://www.slimjet.com/chrome/download-chrome.php?file=files%2F86.0.4240.75%2Fgoogle-chrome-stable_current_amd64.deb \
32+
RUN curl --silent --show-error --location --fail --retry 3 --output /tmp/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
3333
&& (dpkg -i /tmp/google-chrome-stable_current_amd64.deb || apt-get -fy install) \
3434
&& rm -rf /tmp/google-chrome-stable_current_amd64.deb \
3535
&& sed -i 's|HERE/chrome"|HERE/chrome" --disable-setuid-sandbox --no-sandbox|g' \

0 commit comments

Comments
 (0)