Skip to content

Commit a9525be

Browse files
committed
fix: comment about feature parity
1 parent 2813cd0 commit a9525be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/conda/Dockerfile.conda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ARG PYTHON_VERSION
2121
RUN wget --quiet "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh" -O /tmp/miniconda.sh && \
2222
/bin/bash /tmp/miniconda.sh -b -p /opt/conda && \
2323
rm /tmp/miniconda.sh && \
24-
# Install the correct version of python (as the time of
25-
# writing, anaconda installed python 3.8 by default)
24+
# Install the correct version of python (as the time of writing, anaconda
25+
# installed python 3.11 by default) for parity with our base image
2626
/opt/conda/bin/conda install python=${PYTHON_VERSION} && \
2727
/opt/conda/bin/conda clean --all
2828

0 commit comments

Comments
 (0)