From 69e4f9eae5adf85a2355f2a017494292a8a1c81f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 13:47:31 +0000 Subject: [PATCH] Bump playwright in /docker/social-images Bumps playwright from v1.60.0-noble to v1.61.0-noble. --- updated-dependencies: - dependency-name: playwright dependency-version: v1.61.0-noble dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/social-images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/social-images/Dockerfile b/docker/social-images/Dockerfile index 95fd1c29..34a4f471 100644 --- a/docker/social-images/Dockerfile +++ b/docker/social-images/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.60.0-noble@sha256:9bd26ad900bb5e0f4dee75839e957a89ae89c2b7ab1e76050e559790e946b948 +FROM mcr.microsoft.com/playwright:v1.61.0-noble@sha256:57b65fdc9ceabe0ef613124c7bbe2babcf9362c4d85e382fe3b03604e84b428a # Set working directory WORKDIR /app