Trisha Tomy commited on
Commit ·
48a68a4
1
Parent(s): dd00fd0
updated dockerfile official image try
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use an official Playwright Docker image for Python, matching your Playwright version and Debian base
|
| 2 |
-
FROM mcr.microsoft.com/playwright:v1.53.0-
|
| 3 |
|
| 4 |
# Set the working directory inside the container
|
| 5 |
WORKDIR /app
|
|
|
|
| 1 |
# Use an official Playwright Docker image for Python, matching your Playwright version and Debian base
|
| 2 |
+
FROM mcr.microsoft.com/playwright/python:v1.53.0-noble
|
| 3 |
|
| 4 |
# Set the working directory inside the container
|
| 5 |
WORKDIR /app
|