From 5d258aa5b5f9d80c0193da3c6fd27a11a5cf2a10 Mon Sep 17 00:00:00 2001 From: Fadhli Azhari Date: Fri, 15 May 2026 17:17:45 +0800 Subject: [PATCH] build(frontend): bump playwright version --- ci/frontend-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/frontend-builder/Dockerfile b/ci/frontend-builder/Dockerfile index 3b27ee5..887ab5d 100644 --- a/ci/frontend-builder/Dockerfile +++ b/ci/frontend-builder/Dockerfile @@ -121,7 +121,7 @@ RUN pnpm add -g "@bufbuild/protoc-gen-es@${PROTOC_GEN_ES_VERSION}" # Placed before ORAS / buf so bumps to those (low-volatility static # binaries) don't force a 170MB chromium re-download. # ───────────────────────────────────────────────────────────────────── -ARG PLAYWRIGHT_VERSION=1.59.1 +ARG PLAYWRIGHT_VERSION=1.60.0 ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright RUN pnpm dlx "playwright@${PLAYWRIGHT_VERSION}" install chromium