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
Rework patch for GHSA-v845-jxx5-vc9f
  • Loading branch information
alexander-smolyakov committed Oct 27, 2023
commit 18739340a9793cca2cd61e426821ca6c860cbc41
8 changes: 4 additions & 4 deletions src/anaconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ RUN conda install \
# https://github.com/advisories/GHSA-45c4-8wx5-qw6w
aiohttp=3.8.5 \
# https://github.com/advisories/GHSA-j7hp-h8jx-5ppr
pillow=10.0.1
pillow=10.0.1 \
# https://github.com/advisories/GHSA-v845-jxx5-vc9f
urllib3==1.26.18

RUN python3 -m pip install --upgrade \
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21797
Expand All @@ -37,9 +39,7 @@ RUN python3 -m pip install --upgrade \
# https://github.com/advisories/GHSA-282v-666c-3fvg
transformers==4.30.0 \
# https://github.com/advisories/GHSA-r726-vmfq-j9j3
jupyter_server==2.7.2 \
# https://github.com/advisories/GHSA-v845-jxx5-vc9f
urllib3==1.26.17
jupyter_server==2.7.2

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