Skip to content

Commit 022e494

Browse files
[miniconda] Remove outdated patches (devcontainers#890)
- Removed outdated patches to be in sync with upstream image;
1 parent 136221f commit 022e494

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/miniconda/.devcontainer/Dockerfile

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@ FROM continuumio/miniconda3 as upstream
22

33
# Temporary: Upgrade python packages due to mentioned CVEs
44
# They are installed by the base image (continuumio/miniconda3) which does not have the patch.
5-
RUN conda install \
6-
# pyopenssl should be updated to be compatible with latest version of cryptography
7-
pyopenssl=23.2.0 \
8-
# https://github.com/advisories/GHSA-jm77-qphf-c4w8
9-
cryptography=41.0.3 \
10-
# https://github.com/advisories/GHSA-j8r2-6x86-q33q
11-
requests=2.31.0 \
12-
# https://github.com/advisories/GHSA-v845-jxx5-vc9f
13-
urllib3==1.26.18
5+
# RUN conda install \
6+
# https://github.com/advisories/<CVE_ID>
7+
# <package_name> = <version>
148

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

0 commit comments

Comments
 (0)