From 9e64a5a70f70bae1bb23eb82d213d83273805ffc Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Thu, 4 Nov 2021 15:40:36 +0100 Subject: [PATCH] docker: update pip/pipenv versiosn (#22793) old-commit-hash: 3f8991a261a021df19d0d9bbd6568bcb13f2ea71 --- Dockerfile.openpilot | 2 +- Dockerfile.openpilot_base | 4 ++-- Pipfile.lock | 4 ++-- docs/docker/Dockerfile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile.openpilot b/Dockerfile.openpilot index df132e604b..daf85f8183 100644 --- a/Dockerfile.openpilot +++ b/Dockerfile.openpilot @@ -9,7 +9,7 @@ RUN mkdir -p ${OPENPILOT_PATH} WORKDIR ${OPENPILOT_PATH} COPY Pipfile Pipfile.lock $OPENPILOT_PATH -RUN pip install --no-cache-dir pipenv==2020.8.13 && \ +RUN pip install --no-cache-dir pipenv==2021.5.29 pip==21.3.1 && \ pipenv install --system --deploy --dev --clear && \ pip uninstall -y pipenv diff --git a/Dockerfile.openpilot_base b/Dockerfile.openpilot_base index d35acfdbe6..f906b8f65d 100644 --- a/Dockerfile.openpilot_base +++ b/Dockerfile.openpilot_base @@ -63,8 +63,8 @@ COPY Pipfile Pipfile.lock /tmp/ RUN pyenv install 3.8.10 && \ pyenv global 3.8.10 && \ pyenv rehash && \ - pip install --no-cache-dir --upgrade pip==20.1.1 && \ - pip install --no-cache-dir pipenv==2020.8.13 && \ + pip install --no-cache-dir --upgrade pip==21.3.1 && \ + pip install --no-cache-dir pipenv==2021.5.29 && \ cd /tmp && \ pipenv install --system --deploy --dev --clear && \ pip uninstall -y pipenv diff --git a/Pipfile.lock b/Pipfile.lock index 58215b6b90..c8a14b9bd0 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db828741463c57eed2c75e0f3710918d1cf6590ba3104009cc725bf747b57d06 -size 251360 +oid sha256:a292a1cd9ece673c2ad294801ff742c38584280844a303a5a0bfa2982f58672c +size 264815 diff --git a/docs/docker/Dockerfile b/docs/docker/Dockerfile index 9635d82779..3444e31a61 100644 --- a/docs/docker/Dockerfile +++ b/docs/docker/Dockerfile @@ -9,7 +9,7 @@ RUN mkdir -p ${OPENPILOT_PATH} WORKDIR ${OPENPILOT_PATH} COPY Pipfile Pipfile.lock $OPENPILOT_PATH -RUN pip install --no-cache-dir pipenv==2020.8.13 && \ +RUN pip install --no-cache-dir pipenv==2021.5.29 pip==21.3.1 && \ pipenv install --system --deploy --dev --clear && \ pip uninstall -y pipenv