diff --git a/Dockerfile b/Dockerfile index 2596b36a6..de2144161 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,8 +50,8 @@ RUN apt-get update \ # Install Chrome dependencies RUN apt-get install -y xvfb x11-xkb-utils xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic x11-apps libvulkan1 fonts-liberation xdg-utils wget # Install a specific version of Chrome. -RUN wget -q http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_143.0.7499.192-1_amd64.deb -RUN apt-get install -y ./google-chrome-stable_143.0.7499.192-1_amd64.deb +RUN wget -q http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_134.0.6998.88-1_amd64.deb +RUN apt-get install -y ./google-chrome-stable_134.0.6998.88-1_amd64.deb # Install ALSA RUN apt-get update && apt-get install -y libasound2 libasound2-plugins alsa alsa-utils alsa-oss