From d26d1b35b203df23f65171e7ca1c2cad60cfba95 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 11 Mar 2021 14:45:38 -0800 Subject: [PATCH] update python to 3.8.5 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5005f0c..ad91b32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/