Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# ===============================
|
| 2 |
# Base image
|
| 3 |
# ===============================
|
| 4 |
-
FROM python:3.
|
| 5 |
|
| 6 |
# Set working directory
|
| 7 |
WORKDIR /app
|
|
|
|
| 1 |
# ===============================
|
| 2 |
# Base image
|
| 3 |
# ===============================
|
| 4 |
+
FROM python:3.10-slim
|
| 5 |
|
| 6 |
# Set working directory
|
| 7 |
WORKDIR /app
|