Spaces:
Running
Running
James McCool
commited on
Commit
·
15c480c
1
Parent(s):
7c7434b
Update Dockerfile to use Python 3.13.5-slim base image
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
|
|
|
| 1 |
+
FROM python:3.13.5-slim
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|