From 0bbd4ba84078f1dbfe4ade256f300e101bfdefac Mon Sep 17 00:00:00 2001 From: nfel Date: Tue, 4 Aug 2026 21:38:49 +0330 Subject: [PATCH] Add double slash in Playwright registry mirror path Co-authored-by: Qwen-Coder --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56b43b5..737a860 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ EXPOSE 8000 CMD ["python", "main.py", "admin"] # ── Stage 2b: worker runtime (Playwright image with Chromium) ──────────────── -FROM oci.reg.darano.ir/mcr.microsoft.com/playwright:latest AS worker +FROM oci.reg.darano.ir//mcr.microsoft.com/playwright:v1.62.0-noble AS worker ENV PATH="/app/.venv/bin:$PATH" \ PYTHONUNBUFFERED=1 \