diff --git a/Dockerfile b/Dockerfile index d8254c44..d5fcdcec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,8 @@ RUN pip config --user set global.extra-index-url https://www.piwheels.org/simple COPY requirements.txt . -RUN python -m pip install --no-cache-dir -U pip && \ +# RUN python3 -m pip install --no-cache-dir -U pip && \ +RUN pip3 install --upgrade --no-cache-dir pip && \ python3 -m pip install --no-cache-dir -r requirements.txt COPY . /app diff --git a/README.md b/README.md index f532dc57..1b8a3f07 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Python Crypto Bot v8.2.0 (pycryptobot) +# Python Crypto Bot v8.2.2 (pycryptobot) [![Docker](https://github.com/whittlem/pycryptobot/actions/workflows/container.yml/badge.svg)](https://github.com/whittlem/pycryptobot/actions/workflows/container.yml/badge.svg) [![Tests](https://github.com/whittlem/pycryptobot/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/whittlem/pycryptobot/actions/workflows/unit-tests.yml/badge.svg)