Use configurable Playwright base image mirror

This commit is contained in:
Rixuan Shao
2026-05-30 00:50:58 +08:00
parent 132f799d3c
commit 4cb5bff2d9
5 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
FROM mcr.microsoft.com/playwright/python:v1.56.0-jammy
ARG PLAYWRIGHT_BASE_IMAGE=mcr.microsoft.com/playwright/python:v1.56.0-jammy
FROM ${PLAYWRIGHT_BASE_IMAGE}
WORKDIR /app