Skip to content

Commit

Permalink
Bump versions of Python packages installed in the Dockerfile
Browse files Browse the repository at this point in the history
- pip from 24.0 to 24.3.1
- pipenv from 2023.12.1 to 2024.4.0
- setuptools from 69.2.0 to 75.8.0
- wheel from 0.43.0 to 0.45.1
  • Loading branch information
mcdonnnj committed Jan 16, 2025
1 parent 13389b0 commit 2b9fe54
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.0
ENV PYTHON_PIPENV_VERSION=2023.12.1
ENV PYTHON_SETUPTOOLS_VERSION=69.2.0
ENV PYTHON_WHEEL_VERSION=0.43.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

RUN apk --no-cache add \
py3-lxml=5.3.0-r0 \
Expand Down

0 comments on commit 2b9fe54

Please sign in to comment.