build(frontend): bump playwright version
Build and Push Docker Images / detect-changes (push) Successful in 16s Details
Build and Push Docker Images / build-and-push (push) Has been skipped Details

main
Fadhli Azhari 2026-05-15 17:17:45 +08:00
parent 771b6c80d1
commit 5d258aa5b5
1 changed files with 1 additions and 1 deletions

View File

@ -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 # Placed before ORAS / buf so bumps to those (low-volatility static
# binaries) don't force a 170MB chromium re-download. # 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 ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
RUN pnpm dlx "playwright@${PLAYWRIGHT_VERSION}" install chromium RUN pnpm dlx "playwright@${PLAYWRIGHT_VERSION}" install chromium