Skip to content
Merged
Prev Previous commit
Next Next commit
test: Replace command
  • Loading branch information
alexander-smolyakov committed Jun 21, 2023
commit 76346693059ec2e51d9dadcb5ed355ede9c6a951
2 changes: 1 addition & 1 deletion src/miniconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN if [ -f "/tmp/conda-tmp/environment.yml" ]; then umask 0002 && /opt/conda/bi

# Temporary: Upgrade python packages due to mentioned CVEs
# They are installed by the base image (continuumio/miniconda3) which does not have the patch.
RUN conda update -y conda \
RUN conda update -y --all \
# uninstall vulnerable packages
&& python3 -m pip uninstall --yes \
cryptography \
Expand Down