kingabzpro commited on
Commit
811e4f5
·
verified ·
1 Parent(s): cae345d

Update Dockerfile

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