From cf3c68e029028e7457e73005d0956f81fb6d151e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 11:54:07 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/playwright docker tag to v1.60.0 --- smoke-tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoke-tests/Dockerfile b/smoke-tests/Dockerfile index f15a235..78642b7 100644 --- a/smoke-tests/Dockerfile +++ b/smoke-tests/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.58.2-jammy +FROM mcr.microsoft.com/playwright:v1.60.0-jammy # Set the working directory