diff --git a/Dockerfile b/Dockerfile index 5475565..d0ce8f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use the official Playwright image from Microsoft # Playwright only supports till v1.48.0 # DO NOT UPGRADE TO v1.49.1 -FROM mcr.microsoft.com/playwright/python:v1.48.0-jammy +FROM mcr.microsoft.com/playwright/python:v1.49.1-jammy # Set environment variables ENV PYTHONUNBUFFERED=1