From 77ff0c34bf76980064f43c81a9ee725c01e88d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20Je=C5=A1i=C4=87?= <34022788+djesic@users.noreply.github.com> Date: Mon, 17 Jul 2023 09:33:37 +0200 Subject: [PATCH] Pin playwright python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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