upgrade pip for safety
This commit is contained in:
parent
4d6358b0e7
commit
cf7a41f4b7
|
@ -1,2 +1,2 @@
|
|||
pip==23.2.1
|
||||
pip==23.3.1
|
||||
poetry==1.5.1
|
||||
|
|
|
@ -25,6 +25,8 @@ RUN apt-get update \
|
|||
&& apt-get install -y -q git-core curl procps gunicorn3 default-mysql-client vim-tiny \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# keep pip up to date
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install poetry==1.6.1
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue