Skip to content

Commit 756613a

Browse files
[Miniconda] - remove pinned packages - as higher versions availabe from upstream image (#1074)
* [Miniconda] - remove pinned packages - as higher versions availabe from upstream * reverting test file changes * misc change
1 parent 7d17d47 commit 756613a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/miniconda/.devcontainer/Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ RUN conda install \
66
# https://github.com/advisories/GHSA-jjg7-2v4v-x38h
77
idna==3.7
88

9-
RUN python3 -m pip install --upgrade \
10-
# https://github.com/advisories/GHSA-6vqw-3v5j-54x4
11-
cryptography==42.0.4 \
12-
# installed for compatibility with cryptography v42.0.4
13-
pyopenssl==24.0.0
9+
# Temporary: Upgrade python packages using pip package manager
10+
# RUN python3 -m pip install --upgrade \
11+
# https://github.com/advisories/
12+
# package==version
1413

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

src/miniconda/test-project/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ checkPythonPackageVersion "setuptools" "65.5.1"
2323
checkPythonPackageVersion "wheel" "0.38.1"
2424

2525
checkCondaPackageVersion "cryptography" "42.0.4"
26-
checkCondaPackageVersion "pyopenssl" "24.0.0"
2726
checkCondaPackageVersion "setuptools" "65.5.1"
2827
checkCondaPackageVersion "wheel" "0.38.1"
2928
checkCondaPackageVersion "requests" "2.31.0"

0 commit comments

Comments
 (0)