JibexBanks commited on
Commit
0ea9e9b
·
1 Parent(s): eb7116b

changed the image to 3.11

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Use official Python 3.12 slim image
2
- FROM python:3.12-slim
3
 
4
  # Set environment variables
5
  ENV PYTHONUNBUFFERED=1 \
 
1
+ # Use official Python 3.11 slim image
2
+ FROM python:3.11-slim
3
 
4
  # Set environment variables
5
  ENV PYTHONUNBUFFERED=1 \