lucianotonet commited on
Commit
169c339
·
1 Parent(s): 04d4b3b

Atualização do Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
- FROM python:3.11-slim
2
 
 
3
  RUN pip install poetry==1.6.1
4
 
5
  RUN poetry config virtualenvs.create false
 
1
+ FROM python:3.11.6-slim
2
 
3
+ RUN pip install --upgrade pip
4
  RUN pip install poetry==1.6.1
5
 
6
  RUN poetry config virtualenvs.create false