From 41639db0e1057904f984f396e8293cfc88d0785e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:55:05 +0000 Subject: [PATCH] build(deps): bump playwright from v1.62.1-noble to v1.63.0-noble Bumps playwright from v1.62.1-noble to v1.63.0-noble. --- updated-dependencies: - dependency-name: playwright dependency-version: v1.63.0-noble dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 413afc5..8cb7884 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # # Keep this tag's version in step with the playwright-core range in package.json: # the image ships the browser build that version expects. -FROM mcr.microsoft.com/playwright:v1.62.1-noble AS build +FROM mcr.microsoft.com/playwright:v1.63.0-noble AS build WORKDIR /app @@ -19,7 +19,7 @@ COPY src ./src RUN npm run build && npm prune --omit=dev -FROM mcr.microsoft.com/playwright:v1.62.1-noble AS runtime +FROM mcr.microsoft.com/playwright:v1.63.0-noble AS runtime # An init process is not optional here. Every browser recycle kills Chromium, and # its child processes (renderer, GPU, zygote, crashpad) reparent to PID 1. Node