diff --git a/images/heat/Dockerfile b/images/heat/Dockerfile index 4df959f8..6cee0447 100644 --- a/images/heat/Dockerfile +++ b/images/heat/Dockerfile @@ -15,7 +15,8 @@ FROM docker.io/opendevorg/python-builder as builder COPY bindep.txt /tmp/src/bindep.txt -RUN assemble openstack-heat==13.0.2 \ +ADD https://releases.openstack.org/constraints/upper/ussuri /tmp/src/upper-constraints.txt +RUN assemble openstack-heat==14.0.0 \ python-memcached \ PyMySQL