Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump urllib3 version
  • Loading branch information
alexander-smolyakov committed Oct 10, 2023
commit ed669b709d799f854f4f62ba8af3ddfdeba1dca7
4 changes: 4 additions & 0 deletions src/miniconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ RUN conda install \
# https://github.com/advisories/GHSA-j8r2-6x86-q33q
requests=2.31.0

RUN python3 -m pip install --upgrade \
# https://github.com/advisories/GHSA-v845-jxx5-vc9f
urllib3==1.26.17

# Reset and copy updated files with updated privs to keep image size down
FROM mcr.microsoft.com/devcontainers/base:1-bullseye

Expand Down