Skip to content

Commit

Permalink
Update Python dependencies managed in the Dockerfile
Browse files Browse the repository at this point in the history
This updates the pip, pipenv, setuptools, and wheel packages that are
installed to their latest versions.
  • Loading branch information
mcdonnnj committed Dec 9, 2023
1 parent 2d7f847 commit 6d52f66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ ENV CISA_HOME="/home/${CISA_USER}"
ENV VIRTUAL_ENV="${CISA_HOME}/.venv"

# Versions of the Python packages installed directly
ENV PYTHON_PIP_VERSION=23.1.2
ENV PYTHON_PIPENV_VERSION=2023.10.20
ENV PYTHON_SETUPTOOLS_VERSION=67.7.2
ENV PYTHON_WHEEL_VERSION=0.40.0
ENV PYTHON_PIP_VERSION=23.3.1
ENV PYTHON_PIPENV_VERSION=2023.11.15
ENV PYTHON_SETUPTOOLS_VERSION=69.0.2
ENV PYTHON_WHEEL_VERSION=0.42.0

# Install the dependencies necessary to build the cryptography Python
# package. These are required to build the package if a pre-built wheel
Expand Down

0 comments on commit 6d52f66

Please sign in to comment.