From b8076c14069e1b1a79228a10bf21e22cdb9e58bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 20:38:20 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/playwright docker tag to v1.58.0 Signed-off-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 938c65636d..ff02b39aa5 100644 --- a/.ibm/images/Dockerfile +++ b/.ibm/images/Dockerfile @@ -1,6 +1,6 @@ # Base image from Microsoft Playwright # Must stay pinned to a version which includes Nodejs 22 -FROM mcr.microsoft.com/playwright:v1.57.0-jammy@sha256:6aca677c27a967caf7673d108ac67ffaf8fed134f27e17b27a05464ca0ace831 +FROM mcr.microsoft.com/playwright:v1.58.0-jammy@sha256:16d2851dba57d144f2ee4829b59ecc9fb7475231f435675b007005d0d644bcd7 # Set environment variables for the container ENV CI=1 \