Skip to content

Commit

Permalink
Fix incorrect pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Aug 5, 2023
1 parent fcacf15 commit 67dd2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/3.11/jammy/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RUN set -eux; \
done

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
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
Expand Down

0 comments on commit 67dd2f6

Please sign in to comment.