From a25133574dd490a763a9525f236f40797435024f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:59:15 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/playwright docker tag to v1.50.0 (#2227) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .ibm/images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ibm/images/Dockerfile b/.ibm/images/Dockerfile index 92c1d6c9ce..440fec579f 100644 --- a/.ibm/images/Dockerfile +++ b/.ibm/images/Dockerfile @@ -1,5 +1,5 @@ # Base image from Microsoft Playwright -FROM mcr.microsoft.com/playwright:v1.47.2-jammy +FROM mcr.microsoft.com/playwright:v1.50.0-jammy # Set environment variables for the container ENV CI=1 \