Spaces:
Build error
Build error
nam pham commited on
Commit ·
7acab0c
1
Parent(s): 94e5601
chore: change version python
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:
|
| 2 |
|
| 3 |
RUN apt update && apt install -y default-jdk
|
| 4 |
|
|
|
|
| 1 |
+
FROM python:3.11.9
|
| 2 |
|
| 3 |
RUN apt update && apt install -y default-jdk
|
| 4 |
|