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 \