Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Update core Python packages to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Dec 18, 2023
1 parent 42fbd98 commit 72c310a
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 @@ -18,10 +18,10 @@ ENV VIRTUAL_ENV="${CISA_HOME}/.venv"


# Versions of the Python packages installed directly
ENV PYTHON_PIP_VERSION=23.3.1
ENV PYTHON_PIPENV_VERSION=2023.10.24
ENV PYTHON_SETUPTOOLS_VERSION=68.2.2
ENV PYTHON_WHEEL_VERSION=0.41.2
ENV PYTHON_PIP_VERSION=23.3.2
ENV PYTHON_PIPENV_VERSION=2023.11.15
ENV PYTHON_SETUPTOOLS_VERSION=69.0.2
ENV PYTHON_WHEEL_VERSION=0.42.0

# Install base Python requirements and then install pipenv to manage installing
# the Python dependencies into a created Python virtual environment. This is
Expand Down

0 comments on commit 72c310a

Please sign in to comment.