This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/sbp by this push:
     new af7afe8  Update the Playwright test containers
af7afe8 is described below

commit af7afe827b8fcdcf1ebe9ba47953ae583b700eeb
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Feb 2 18:40:24 2026 +0000

    Update the Playwright test containers
---
 tests/Dockerfile.e2e        | 2 +-
 tests/Dockerfile.playwright | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Dockerfile.e2e b/tests/Dockerfile.e2e
index 15e22c5..90bd9b5 100644
--- a/tests/Dockerfile.e2e
+++ b/tests/Dockerfile.e2e
@@ -1,4 +1,4 @@
-FROM mcr.microsoft.com/playwright/python:v1.57.0-noble
+FROM mcr.microsoft.com/playwright/python:v1.58.0-noble
 
 RUN pip3 install --no-cache-dir --break-system-packages pytest 
pytest-playwright
 
diff --git a/tests/Dockerfile.playwright b/tests/Dockerfile.playwright
index 39a8569..99f140e 100644
--- a/tests/Dockerfile.playwright
+++ b/tests/Dockerfile.playwright
@@ -1,4 +1,4 @@
-FROM mcr.microsoft.com/playwright/python:v1.56.0-noble
+FROM mcr.microsoft.com/playwright/python:v1.58.0-noble
 
 RUN <<-EOF
   set -eux


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to