From 0bddd3d335afc1671aa614755943addab53872ad Mon Sep 17 00:00:00 2001 From: Kavi Gupta Date: Sat, 1 Feb 2025 16:09:56 -0500 Subject: [PATCH] bump chromium pin (#906) --- react/test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/test/Dockerfile b/react/test/Dockerfile index 7c83e5812..6f55cc5e7 100644 --- a/react/test/Dockerfile +++ b/react/test/Dockerfile @@ -12,7 +12,7 @@ RUN pip3 cache purge RUN dpkg --add-architecture i386 RUN apt-get -y update -RUN apt-get -y install chromium=130.* +RUN apt-get -y install chromium=132.* RUN apt-get -y install xvfb RUN apt-get -y install sqlite3