oriqqqqqqat commited on
Commit
f603a4b
·
1 Parent(s): b2777d0
Files changed (2) hide show
  1. Dockerfile +2 -2
  2. requirements.txt +0 -0
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # ใช้ Python 3.9
2
- FROM python:3.9
3
 
4
  # สร้างโฟลเดอร์ทำงาน
5
  WORKDIR /code
 
1
+ # ใช้ Python 3.10
2
+ FROM python:3.10
3
 
4
  # สร้างโฟลเดอร์ทำงาน
5
  WORKDIR /code
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ