tuan243 commited on
Commit
62fb682
·
verified ·
1 Parent(s): b6fcbdd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9
2
 
3
  # Tạo user không root để tăng tính bảo mật
4
  RUN useradd -m -u 1000 user
 
1
+ FROM python:3.10
2
 
3
  # Tạo user không root để tăng tính bảo mật
4
  RUN useradd -m -u 1000 user