Spaces:
Sleeping
Sleeping
Update with python
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
### ------
|
4 |
|
5 |
# Start with a minimal Python 3.11 base image based on Debian Buster
|
6 |
-
FROM python:3.
|
7 |
|
8 |
### ------
|
9 |
### Set up user
|
|
|
3 |
### ------
|
4 |
|
5 |
# Start with a minimal Python 3.11 base image based on Debian Buster
|
6 |
+
FROM python:3.12.7-slim
|
7 |
|
8 |
### ------
|
9 |
### Set up user
|