saadrizvi09 commited on
Commit
2fa683f
·
1 Parent(s): 29e6847

Update to Python 3.11 for compatibility

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Use python 3.9 slim image
2
- FROM python:3.9-slim
3
 
4
  WORKDIR /app
5
 
 
1
+ # Use python 3.11 slim image
2
+ FROM python:3.11-slim
3
 
4
  WORKDIR /app
5