diff --git a/roles/openshift-apps/release-monitoring/files/buildconfig.yml b/roles/openshift-apps/release-monitoring/files/buildconfig.yml index 771d4bf720..c7bfadfb8d 100644 --- a/roles/openshift-apps/release-monitoring/files/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/buildconfig.yml @@ -41,7 +41,7 @@ items: dnf clean all -y RUN git clone https://github.com/release-monitoring/anitya.git && \ pushd anitya && \ - git checkout 0.13.0 && \ + git checkout 0.13.1 && \ python3 setup.py install && \ pushd docs && \ sphinx-build-3 -b html . _build/html && \