Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
# ================================
|
| 5 |
|
| 6 |
# Use an official Python base image
|
| 7 |
-
FROM python:3.
|
| 8 |
|
| 9 |
# Set working directory
|
| 10 |
WORKDIR /app
|
|
|
|
| 4 |
# ================================
|
| 5 |
|
| 6 |
# Use an official Python base image
|
| 7 |
+
FROM python:3.13.7
|
| 8 |
|
| 9 |
# Set working directory
|
| 10 |
WORKDIR /app
|