HirCoir commited on
Commit
18bb8fb
1 Parent(s): c0f62aa

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
  WORKDIR /code
4
  RUN pip install --upgrade pip
 
1
+ FROM python:3.12
2
 
3
  WORKDIR /code
4
  RUN pip install --upgrade pip