Skip to content

Commit 7fc0066

Browse files
committed
chore(ci/cd): improve build
1 parent 35f3912 commit 7fc0066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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==50.3.2 && \
28+
/opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
2929
/opt/venv/bin/python -m pip install nuitka==2.6
3030

3131
# Verify Python installation

0 commit comments

Comments
 (0)