diff options
Diffstat (limited to 'docker/tempest/Dockerfile')
-rw-r--r-- | docker/tempest/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/tempest/Dockerfile b/docker/tempest/Dockerfile index ffb9bd7e8..ad1a2f34e 100644 --- a/docker/tempest/Dockerfile +++ b/docker/tempest/Dockerfile @@ -3,8 +3,8 @@ FROM opnfv/functest-core:hunter ARG BRANCH=stable/hunter ARG OPENSTACK_TAG=stable/rocky ARG TEMPEST_TAG=21.0.0 -ARG RALLY_TAG=1.3.0 -ARG RALLY_OPENSTACK_TAG=1.3.0 +ARG RALLY_TAG=1.5.1 +ARG RALLY_OPENSTACK_TAG=1.5.0 ARG UJSON_TAG=d25e024f481c5571d15f3c0c406a498ca0467cfd RUN apk --no-cache add --virtual .build-deps --update \ |