diff options
-rw-r--r-- | docker/tempest/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/tempest/Dockerfile b/docker/tempest/Dockerfile index dbda15e9c..ac95181cf 100644 --- a/docker/tempest/Dockerfile +++ b/docker/tempest/Dockerfile @@ -3,7 +3,7 @@ FROM opnfv/functest-core:hunter ARG BRANCH=stable/hunter ARG OPENSTACK_TAG=stable/rocky ARG TEMPEST_TAG=3588bb3f5ef546a0ef4d4ad621fd1be381b5fdaf -ARG RALLY_TAG=1.2.1 +ARG RALLY_TAG=1.3.0 ARG RALLY_OPENSTACK_TAG=1.3.0 ARG OS_FAULTS_TAG=0.1.18 |