update python to 3.8.5

This commit is contained in:
Adeeb Shihadeh 2021-03-11 14:45:38 -08:00
parent d3a793e619
commit d26d1b35b2
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
ENV PATH="/root/.pyenv/bin:/root/.pyenv/shims:${PATH}"
RUN pyenv install 3.8.2
RUN pyenv global 3.8.2
RUN pyenv install 3.8.5
RUN pyenv global 3.8.5
RUN pyenv rehash
COPY requirements.txt /tmp/