File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apt update && \
1616WORKDIR /openedx/edx-platform
1717
1818# Install python with pyenv
19- ARG PYTHON_VERSION=3.5.9
19+ ARG PYTHON_VERSION=3.6.1
2020ENV PYENV_ROOT /opt/pyenv
2121RUN git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v1.2.18 --depth 1 \
2222 && $PYENV_ROOT/bin/pyenv install $PYTHON_VERSION
@@ -25,7 +25,7 @@ RUN git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v1.2.18 --dept
2525COPY ./requirements/ /openedx/edx-platform/requirements
2626COPY ./common/lib/ /openedx/edx-platform/common/lib/
2727
28- ENV PATH /opt/pyenv/versions/3.5.9 /bin:${PATH}
28+ ENV PATH /opt/pyenv/versions/3.6.1 /bin:${PATH}
2929RUN pip install --trusted-host pypi.python.org setuptools==39.0.1 pip==9.0.3
3030
3131# Install patched version of ora2
You can’t perform that action at this time.
0 commit comments