Commit ·
8c4ee29
1
Parent(s): ead8ae6
fix: changed base image to python
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM
|
| 2 |
|
| 3 |
# Environment settings
|
| 4 |
ENV PYTHONDONTWRITEBYTECODE=1
|
|
|
|
| 1 |
+
FROM python:3.13
|
| 2 |
|
| 3 |
# Environment settings
|
| 4 |
ENV PYTHONDONTWRITEBYTECODE=1
|