7728a092d891224df2fc57d11cebba4af2aadb3c
The Docker base image and requirements.txt were mismatched - pip was installing playwright 1.56.0 but the base image only had v1.40.0 browsers, causing startup failures. - Update base image to mcr.microsoft.com/playwright/python:v1.56.0-jammy - Pin playwright==1.56.0 to prevent future version drift 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Description
No description provided
Languages
Python
98.2%
Dockerfile
1.8%