Go to file
Matt 7728a092d8
Build and Push Docker Image / test (push) Successful in 41s Details
Build and Push Docker Image / build (push) Successful in 1m37s Details
fix: Update Playwright to v1.56.0
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>
2025-12-09 13:43:31 +01:00
.gitea/workflows ci: add Gitea Actions workflow for Docker build 2025-12-08 21:55:52 +01:00
app chore: bump version to trigger CI build 2025-12-08 21:53:29 +01:00
tests feat: initial MCP Browser Sidecar implementation 2025-12-08 20:27:14 +01:00
CLAUDE.md feat: initial MCP Browser Sidecar implementation 2025-12-08 20:27:14 +01:00
Dockerfile fix: Update Playwright to v1.56.0 2025-12-09 13:43:31 +01:00
docker-compose.yml feat: initial MCP Browser Sidecar implementation 2025-12-08 20:27:14 +01:00
pytest.ini feat: initial MCP Browser Sidecar implementation 2025-12-08 20:27:14 +01:00
requirements.txt fix: Update Playwright to v1.56.0 2025-12-09 13:43:31 +01:00