From 67dd2f6e7b96eb7f0d22328684a209e2103f756d Mon Sep 17 00:00:00 2001 From: Mischa Taylor Date: Sat, 5 Aug 2023 14:07:31 -0400 Subject: [PATCH] Fix incorrect pip version --- python/3.11/jammy/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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