diff --git a/python/3.11/jammy/Containerfile b/python/3.11/jammy/Containerfile index cf5ea25..4f8bff0 100644 --- a/python/3.11/jammy/Containerfile +++ b/python/3.11/jammy/Containerfile @@ -115,7 +115,7 @@ RUN set -eux; \ done # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value ''" -ENV PYTHON_PIP_VERSION 22.3.2 +ENV PYTHON_PIP_VERSION 23.1.2 # https://github.com/docker-library/python/issues/365 ENV PYTHON_SETUPTOOLS_VERSION 65.5.1 # https://github.com/pypa/get-pip