Spaces:
Sleeping
Sleeping
Commit
·
7b336c9
1
Parent(s):
a523805
Fix: Update Playwright Docker image to v1.55.0
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Use the official Playwright Docker image as a base for simplicity and reliability.
|
| 2 |
# It comes with all necessary system dependencies pre-installed.
|
| 3 |
-
FROM mcr.microsoft.com/playwright/python:v1.
|
| 4 |
|
| 5 |
# Set the working directory in the container
|
| 6 |
WORKDIR /app
|
|
|
|
| 1 |
# Use the official Playwright Docker image as a base for simplicity and reliability.
|
| 2 |
# It comes with all necessary system dependencies pre-installed.
|
| 3 |
+
FROM mcr.microsoft.com/playwright/python:v1.55.0-jammy
|
| 4 |
|
| 5 |
# Set the working directory in the container
|
| 6 |
WORKDIR /app
|