update docker, bugfix

This commit is contained in:
saidsurucu
2025-07-12 15:25:18 +03:00
parent d590702272
commit 87cf4fd46d
4 changed files with 69 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# -------- BASE IMAGE (includes Chromium & deps) ----------------------------
FROM mcr.microsoft.com/playwright/python:v1.52.0-noble
FROM mcr.microsoft.com/playwright/python:v1.53.0-noble
# -------- Runtime setup ----------------------------------------------------
WORKDIR /app