Update Dockerfile

This commit is contained in:
saidsurucu
2025-06-29 20:45:02 +03:00
parent e34bbdc355
commit 3fcb0cf773
+1 -1
View File
@@ -1,5 +1,5 @@
# -------- BASE IMAGE (includes Chromium & deps) ---------------------------- # -------- BASE IMAGE (includes Chromium & deps) ----------------------------
FROM mcr.microsoft.com/playwright/python:v1.52.0-jammy FROM mcr.microsoft.com/playwright/python:v1.52.0-noble
# -------- Runtime setup ---------------------------------------------------- # -------- Runtime setup ----------------------------------------------------
WORKDIR /app WORKDIR /app