diff --git a/Dockerfile b/Dockerfile index 41b9261a..5c2b424e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM mcr.microsoft.com/playwright/python:v1.35.0-jammy RUN apt-get update && apt-get install -y curl wget gnupg && rm -rf /var/lib/apt/lists/* # Install Playwright -RUN pip install playwright +RUN pip install playwright==1.35.0 # Set up Playwright dependencies for Chromium, Firefox and Webkit RUN playwright install