Skip to content

Commit b3f1c48

Browse files
Update Dockerfile
1 parent 03d6c63 commit b3f1c48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/miniconda/.devcontainer/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM continuumio/miniconda3 as upstream
22

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.
3+
# Temporary: Upgrade python packages
54
COPY ./apply_security_patches.sh /tmp/apply_security_patches.sh
65
RUN chmod +x /tmp/apply_security_patches.sh
76
RUN /tmp/apply_security_patches.sh

0 commit comments

Comments
 (0)