diff --git a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml index cf7e0f5b20..e5bc8c5fef 100644 --- a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml @@ -47,7 +47,7 @@ items: # Install newer version of flask-login than what is available in Fedora 36 # It has issue with werkzeug package available in Fedora # See https://github.com/maxcountryman/flask-login/pull/691 for more info - RUN pip install Flask-Login=0.6.2 + RUN pip install Flask-Login==0.6.2 RUN git clone https://github.com/fedora-infra/anitya.git && \ pushd anitya && \ {% if env == 'staging' %}