From e9291b1ad5cf32f2b09b276e29d27052548aed25 Mon Sep 17 00:00:00 2001 From: Xlorep DarkHelm Date: Sat, 18 Jul 2026 23:24:08 -0400 Subject: [PATCH] chore: Update mcr.microsoft.com/playwright Docker tag to v1.61.1 (#78) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| --- ### Release Notes ### Configuration 📅 **Schedule**: 🚦 **Automerge**: Disabled ♻ **Rebasing**: Not rebasing 👥 **Reviewers**: None --- *This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).* Co-authored-by: Renovate Bot Reviewed-on: https://dogar.darkhelm.org/DarkHelm.org/plex-playlist/pulls/78 --- Dockerfile.cicd-base | 2 +- Dockerfile.e2e-tester | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.cicd-base b/Dockerfile.cicd-base index 5d5bce4..67dfd49 100644 --- a/Dockerfile.cicd-base +++ b/Dockerfile.cicd-base @@ -1,5 +1,5 @@ # CICD Base Setup - System dependencies and language runtimes only -ARG PLAYWRIGHT_BROWSERS_IMAGE=mcr.microsoft.com/playwright:v1.56.1-jammy +ARG PLAYWRIGHT_BROWSERS_IMAGE=mcr.microsoft.com/playwright:v1.61.1-jammy FROM ${PLAYWRIGHT_BROWSERS_IMAGE} AS playwright-browsers FROM ubuntu:22.04 diff --git a/Dockerfile.e2e-tester b/Dockerfile.e2e-tester index 1d4f5c4..c40ef20 100644 --- a/Dockerfile.e2e-tester +++ b/Dockerfile.e2e-tester @@ -1,4 +1,4 @@ -ARG PLAYWRIGHT_BASE_IMAGE=mcr.microsoft.com/playwright:v1.56.1-jammy +ARG PLAYWRIGHT_BASE_IMAGE=mcr.microsoft.com/playwright:v1.61.1-jammy FROM ${PLAYWRIGHT_BASE_IMAGE} WORKDIR /workspace/frontend