Skip to content

Commit a403a00

Browse files
committed
Update CONDA_VERSION
Fixes readthedocs#68
1 parent 9b0816d commit a403a00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV LANG C.UTF-8
1111
ENV PYTHON_VERSION_27 2.7.14
1212
ENV PYTHON_VERSION_35 3.5.5
1313
ENV PYTHON_VERSION_36 3.6.4
14-
ENV CONDA_VERSION 4.4.10
14+
ENV CONDA_VERSION 4.5.4
1515
LABEL python.version_27=$PYTHON_VERSION_27
1616
LABEL python.version_35=$PYTHON_VERSION_35
1717
LABEL python.version_36=$PYTHON_VERSION_36
@@ -77,9 +77,9 @@ RUN pyenv install $PYTHON_VERSION_27 && \
7777
pyenv install $PYTHON_VERSION_36 && \
7878
pyenv install $PYTHON_VERSION_35 && \
7979
pyenv global \
80-
$PYTHON_VERSION_27 \
81-
$PYTHON_VERSION_36 \
82-
$PYTHON_VERSION_35
80+
$PYTHON_VERSION_27 \
81+
$PYTHON_VERSION_36 \
82+
$PYTHON_VERSION_35
8383

8484
WORKDIR /tmp
8585

0 commit comments

Comments
 (0)