Trisha Tomy commited on
Commit
f19a4ca
·
1 Parent(s): cacfd35

Update Dockerfile to Python 3.11 to meet proxy-lite requirements

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # Dockerfile
2
  # Use a Python base image that is compatible with Playwright's system dependencies
3
- FROM python:3.9-slim-buster
4
 
5
  # Set the working directory inside the container
6
  WORKDIR /app
 
1
  # Dockerfile
2
  # Use a Python base image that is compatible with Playwright's system dependencies
3
+ FROM python:3.11-slim-buster
4
 
5
  # Set the working directory inside the container
6
  WORKDIR /app