From dc9070732164f27e234394ce9786ae0522d18e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 05:56:53 +0000 Subject: [PATCH] build(deps): bump playwright in /apps/duck-estimator Bumps playwright from v1.47.2-noble to v1.58.1-noble. --- updated-dependencies: - dependency-name: playwright dependency-version: v1.58.1-noble dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/duck-estimator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/duck-estimator/Dockerfile b/apps/duck-estimator/Dockerfile index ba0f9a3cc..abe9c6266 100644 --- a/apps/duck-estimator/Dockerfile +++ b/apps/duck-estimator/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.47.2-noble +FROM mcr.microsoft.com/playwright:v1.58.1-noble LABEL org.opencontainers.image.authors="Bruno Perel" WORKDIR /app