Abdullahcoder54 commited on
Commit
467ccda
·
1 Parent(s): 0b15941
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
 
2
- FROM python:3.9
3
 
4
  # Pehle root user hai by default, to yahan packages install karo
5
  RUN apt-get update && apt-get install -y libgl1 libglib2.0-0
 
1
 
2
+ FROM python:3.10
3
 
4
  # Pehle root user hai by default, to yahan packages install karo
5
  RUN apt-get update && apt-get install -y libgl1 libglib2.0-0