⬆️ Update pip to v23 (#149)

This commit is contained in:
renovate[bot] 2023-03-26 08:24:42 +02:00 committed by GitHub
parent 0448266fd2
commit 18f60e5872
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install base system
ARG PYTHON_VERSION="3.10.7"
ARG PYTHON_PIP_VERSION="22.2.2"
ARG PYTHON_PIP_VERSION="23.0.1"
ARG PYTHON_SETUPTOOLS_VERSION="65.3.0"
# hadolint ignore=DL3003,DL4006,SC2155
RUN \