Skip to content

Commit ed60bbd

Browse files
committed
Bump python version to 3.6
1 parent c737268 commit ed60bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt update && \
1616
WORKDIR /openedx/edx-platform
1717

1818
# Install python with pyenv
19-
ARG PYTHON_VERSION=3.5.9
19+
ARG PYTHON_VERSION=3.6.1
2020
ENV PYENV_ROOT /opt/pyenv
2121
RUN 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
2525
COPY ./requirements/ /openedx/edx-platform/requirements
2626
COPY ./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}
2929
RUN pip install --trusted-host pypi.python.org setuptools==39.0.1 pip==9.0.3
3030

3131
# Install patched version of ora2

0 commit comments

Comments
 (0)