darkvibe314 commited on
Commit
0a06ec9
·
verified ·
1 Parent(s): 4b4b617

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM mcr.microsoft.com/playwright/python:v1.40.0-jammy
2
  WORKDIR /app
3
  COPY requirements.txt .
4
  RUN pip install --no-cache-dir -r requirements.txt
 
1
+ FROM mcr.microsoft.com/playwright/python:v1.58.0-jammy
2
  WORKDIR /app
3
  COPY requirements.txt .
4
  RUN pip install --no-cache-dir -r requirements.txt