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 03d6c63 commit b3f1c48Copy full SHA for b3f1c48
src/miniconda/.devcontainer/Dockerfile
@@ -1,7 +1,6 @@
1
FROM continuumio/miniconda3 as upstream
2
3
-# Temporary: Upgrade python packages due to mentioned CVEs
4
-# They are installed by the base image (continuumio/anaconda3) which does not have the patch.
+# Temporary: Upgrade python packages
5
COPY ./apply_security_patches.sh /tmp/apply_security_patches.sh
6
RUN chmod +x /tmp/apply_security_patches.sh
7
RUN /tmp/apply_security_patches.sh
0 commit comments