From dc5450d4096ee06506cbcbcbf338cc97c0e82008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 14 Dec 2022 16:22:12 -0300 Subject: [PATCH] Bump selenium/standalone-chrome docker image to latest v4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- .github/workflows/test-selenium.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-selenium.yml b/.github/workflows/test-selenium.yml index 5b2172959c..e54a727345 100644 --- a/.github/workflows/test-selenium.yml +++ b/.github/workflows/test-selenium.yml @@ -33,7 +33,7 @@ jobs: --health-retries=3 selenium-server: - image: selenium/standalone-chrome:3.141.59 + image: selenium/standalone-chrome:4 volumes: - /dev/shm:/dev/shm options: >-