upgrade pip for safety

This commit is contained in:
jasquat 2023-12-08 13:32:49 -05:00
parent 4d6358b0e7
commit cf7a41f4b7
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
pip==23.2.1
pip==23.3.1
poetry==1.5.1

View File

@ -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