Skip to content

Commit

Permalink
integration/linux/build: Bump pip
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Feb 7, 2024
1 parent 08ab4a9 commit 10168b2
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion integration/linux/build/centos-7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ RUN cd /usr/local/bin \
&& ln -s python3-config python-config

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 23.3.1
ENV PYTHON_PIP_VERSION 24.0

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/centos-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ RUN cd /usr/local/bin \
&& ln -s python3-config python-config

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 23.3.1
ENV PYTHON_PIP_VERSION 24.0

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/debian-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN cd /usr/local/bin \
&& ln -s python3-config python-config

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 23.3.1
ENV PYTHON_PIP_VERSION 24.0

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/debian-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN cd /usr/local/bin \
&& ln -s python3-config python-config

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 23.3.1
ENV PYTHON_PIP_VERSION 24.0

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/debian-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN cd /usr/local/bin \
&& ln -s python3-config python-config

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 23.3.1
ENV PYTHON_PIP_VERSION 24.0

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/fedora-29/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ RUN cd /usr/local/bin \
&& ln -s python3-config python-config

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 23.3.1
ENV PYTHON_PIP_VERSION 24.0

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/linux-aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ RUN cd /usr/local/bin \
&& ln -s python3-config python-config

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 23.3.1
ENV PYTHON_PIP_VERSION 24.0

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/linux-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ RUN cd /usr/local/bin \
&& ln -s python3-config python-config

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 23.3.1
ENV PYTHON_PIP_VERSION 24.0

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/ubuntu-bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN cd /usr/local/bin \
&& ln -s python3-config python-config

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 23.3.1
ENV PYTHON_PIP_VERSION 24.0

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/ubuntu-focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN cd /usr/local/bin \
&& ln -s python3-config python-config

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 23.3.1
ENV PYTHON_PIP_VERSION 24.0

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/ubuntu-hirsute/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN cd /usr/local/bin \
&& ln -s python3-config python-config

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 23.3.1
ENV PYTHON_PIP_VERSION 24.0

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/ubuntu-jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN cd /usr/local/bin \
&& ln -s python3-config python-config

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 23.3.1
ENV PYTHON_PIP_VERSION 24.0

RUN set -ex; \
\
Expand Down

0 comments on commit 10168b2

Please sign in to comment.