Skip to content
Closed
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
Prev Previous commit
Next Next commit
[test] Update install command
  • Loading branch information
alexander-smolyakov committed Oct 19, 2023
commit 538d5482acdc602b8343ed147bb45f6c691f2b56
2 changes: 1 addition & 1 deletion src/anaconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN python3 -m pip install --upgrade \
# https://github.com/advisories/GHSA-v845-jxx5-vc9f
urllib3==1.26.17 \
# https://github.com/advisories/GHSA-94vc-p8w7-5p49
imagecodecs==2023.9.18
imagecodecs[all]==2023.9.18

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