Update Python version

This commit is contained in:
Bálint Bokros 2018-01-10 16:53:58 +01:00
parent 729ced323d
commit c88c0aae19

View File

@ -14,7 +14,7 @@ RUN apt-get update && \
USER ${AVATAO_USER}
COPY .pyenvrc /home/${AVATAO_USER}/.pyenvrc
ENV PYTHON_VERSION="3.6.3"
ENV PYTHON_VERSION="3.6.4"
RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash && \
echo "source $HOME/.pyenvrc" >> "$HOME/.bashrc" && \
. "$HOME/.pyenvrc" && \