Skip to content

Commit 3fb4ebf

Browse files
committed
chore(containerfile) change setuptools version
1 parent bd5fa76 commit 3fb4ebf

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

build/debian11/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && \
1515
RUN gem install fpm
1616

1717
RUN python3.9 -m venv --system-site-packages /opt/venv && \
18-
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
18+
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
1919
/opt/venv/bin/python -m pip install nuitka==2.6
2020

2121
# Verify Python installation

build/debian12/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && \
1515
RUN gem install fpm
1616

1717
RUN python3 -m venv --system-site-packages /opt/venv && \
18-
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
18+
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
1919
/opt/venv/bin/python -m pip install nuitka==2.6
2020

2121
# Verify Python installation

build/rocky8/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN dnf --assumeyes install --nodocs make selinux-policy-devel && \
2525
dnf clean all
2626

2727
RUN python3.9 -m venv --system-site-packages /opt/venv && \
28-
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
28+
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
2929
/opt/venv/bin/python -m pip install nuitka==2.6
3030

3131
# Verify Python installation

build/rocky9/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN dnf --assumeyes install --nodocs make selinux-policy-devel && \
2525
dnf clean all
2626

2727
RUN python3.12 -m venv --system-site-packages /opt/venv && \
28-
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
28+
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
2929
/opt/venv/bin/python -m pip install nuitka==2.6
3030

3131
# Verify Python installation

build/ubuntu2004/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN gem install dotenv --version 2.8.1 --no-document && \
2525
gem install fpm --ignore-dependencies --no-document
2626

2727
RUN python3.9 -m venv --system-site-packages /opt/venv && \
28-
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
28+
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
2929
/opt/venv/bin/python -m pip install nuitka==2.6
3030

3131
# Verify Python installation

build/ubuntu2204/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && \
1515
RUN gem install fpm
1616

1717
RUN python3 -m venv --system-site-packages /opt/venv && \
18-
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
18+
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
1919
/opt/venv/bin/python -m pip install nuitka==2.6
2020

2121
# Verify Python installation

build/ubuntu2404/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && \
1515
RUN gem install fpm
1616

1717
RUN python3 -m venv --system-site-packages /opt/venv && \
18-
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
18+
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
1919
/opt/venv/bin/python -m pip install nuitka==2.5.9
2020

2121
# Verify Python installation

0 commit comments

Comments
 (0)