From 22482d4bf70d34235b7fc419bbc665886dc34eb5 Mon Sep 17 00:00:00 2001 From: Rafael Dantas Justo Date: Fri, 23 Jan 2026 16:57:53 -0300 Subject: [PATCH] Fix: Revert Chrome upgrade The latest stable release of Chrome has a breaking change that affected the bot flow to join a meeting: > Failed to join meeting and the UiCouldNotLocateElementException exception is > retryable so retrying Related to: https://github.com/Teamwork/attendee/pull/10 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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