Commit
·
52a5dc7
1
Parent(s):
9b6bb81
Using Python 3.10.14
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 2 |
|
| 3 |
# Set the working directory to /code
|
| 4 |
WORKDIR /code
|
|
|
|
| 1 |
+
FROM python:3.10.14-slim
|
| 2 |
|
| 3 |
# Set the working directory to /code
|
| 4 |
WORKDIR /code
|