pvanand commited on
Commit
342fbcd
·
verified ·
1 Parent(s): 447ee36

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Use the official Playwright Python image
2
- FROM mcr.microsoft.com/playwright/python:v1.21.0-focal
3
 
4
  # Set the working directory in the container
5
  WORKDIR /app
 
1
+ # Use the official Python 3.10.9 image as the base
2
+ FROM python:3.10.9
3
 
4
  # Set the working directory in the container
5
  WORKDIR /app