Skip to content

Commit

Permalink
(fix) update Docker Miniconda version to 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Tan committed Jan 25, 2022
1 parent 6803cec commit 8697fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ USER hummingbot:hummingbot
WORKDIR /home/hummingbot

# Install miniconda
RUN curl https://repo.anaconda.com/miniconda/Miniconda3-py38_4.8.2-Linux-x86_64.sh -o ~/miniconda.sh && \
RUN curl https://repo.anaconda.com/miniconda/Miniconda3-py38_4.9.2-Linux-x86_64.sh -o ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b && \
rm ~/miniconda.sh && \
~/miniconda3/bin/conda update -n base conda -y && \
Expand Down

0 comments on commit 8697fb5

Please sign in to comment.