We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9a282 commit b32c776Copy full SHA for b32c776
src/anaconda/.devcontainer/Dockerfile
@@ -44,7 +44,7 @@ RUN python3 -m pip install --upgrade \
44
# https://github.com/advisories/GHSA-v845-jxx5-vc9f
45
urllib3==1.26.17 \
46
# https://github.com/advisories/GHSA-94vc-p8w7-5p49
47
- imagecodecs==2023.9.18
+ imagecodecs[all]==2023.9.18
48
49
# Reset and copy updated files with updated privs to keep image size down
50
FROM mcr.microsoft.com/devcontainers/base:1-bullseye
0 commit comments