Skip to content

Commit

Permalink
[Miniconda] - remove pinned packages - as higher versions availabe fr…
Browse files Browse the repository at this point in the history
…om upstream image (#1074)

* [Miniconda] - remove pinned packages - as higher versions availabe from upstream

* reverting test file changes

* misc change
  • Loading branch information
gauravsaini04 authored May 23, 2024
1 parent 7d17d47 commit 756613a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions src/miniconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ RUN conda install \
# https://github.com/advisories/GHSA-jjg7-2v4v-x38h
idna==3.7

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

# Reset and copy updated files with updated privs to keep image size down
FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Expand Down
1 change: 0 additions & 1 deletion src/miniconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ checkPythonPackageVersion "setuptools" "65.5.1"
checkPythonPackageVersion "wheel" "0.38.1"

checkCondaPackageVersion "cryptography" "42.0.4"
checkCondaPackageVersion "pyopenssl" "24.0.0"
checkCondaPackageVersion "setuptools" "65.5.1"
checkCondaPackageVersion "wheel" "0.38.1"
checkCondaPackageVersion "requests" "2.31.0"
Expand Down

0 comments on commit 756613a

Please sign in to comment.