Commit ·
0deef9b
1
Parent(s): 835c41f
update python for sqlite
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.11.14
|
| 2 |
|
| 3 |
# Set the working directory to /code
|
| 4 |
WORKDIR /code
|