Skip to content

Commit

Permalink
change setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidclaveau committed Oct 26, 2023
1 parent d9aab16 commit 35947a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/.s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mv /tmp/src/* ./

if [[ ! -z "$UPGRADE_PIP_TO_LATEST" || ! -z "$ENABLE_PIPENV" ]]; then
echo "---> Upgrading pip to latest version ..."
pip install -U pip setuptools==57.4.0 wheel
pip install -U pip setuptools<=58.0.0 wheel
fi

cd backend
Expand Down
2 changes: 1 addition & 1 deletion openshift/docker/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/python-38:1
FROM registry.access.redhat.com/ubi8/python-38:1-131

# Switch to root user
#
Expand Down

0 comments on commit 35947a2

Please sign in to comment.