HimanshuGoyal2004 commited on
Commit
3a6e79e
·
1 Parent(s): 7b40336

dockerfile fix

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # Dockerfile
2
 
3
  # Use the official Python image with the desired version
4
- FROM python:3.9-slim
5
 
6
  # Set the working directory inside the container
7
  WORKDIR /app
 
1
  # Dockerfile
2
 
3
  # Use the official Python image with the desired version
4
+ FROM python:3.11-slim
5
 
6
  # Set the working directory inside the container
7
  WORKDIR /app