Skip to content

Commit

Permalink
Update Python package dependencies in the Dockerfile
Browse files Browse the repository at this point in the history
Bump the following Python packages installed in the Dockerfile:
- pip from 24.2 to 24.3.1
- pipenv from 2024.1.0 to 2024.4.0
- setuptools from 75.1.0 to 75.8.0
- wheel from 0.44.0 to 0.45.1
  • Loading branch information
mcdonnnj committed Jan 15, 2025
1 parent 2890c71 commit 6dccd87
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 @@ -16,10 +16,10 @@ ENV CISA_HOME="/home/${CISA_USER}"
ENV VIRTUAL_ENV="${CISA_HOME}/.venv"

# Versions of the Python packages installed directly
ENV PYTHON_PIP_VERSION=24.2
ENV PYTHON_PIPENV_VERSION=2024.1.0
ENV PYTHON_SETUPTOOLS_VERSION=75.1.0
ENV PYTHON_WHEEL_VERSION=0.44.0
ENV PYTHON_PIP_VERSION=24.3.1
ENV PYTHON_PIPENV_VERSION=2024.4.0
ENV PYTHON_SETUPTOOLS_VERSION=75.8.0
ENV PYTHON_WHEEL_VERSION=0.45.1

# Install the system package dependencies necessary to set up the image's Python
# virtual environment.
Expand Down

0 comments on commit 6dccd87

Please sign in to comment.