From b40f7eb7c00aea4476475f4893ed59b3009d38f1 Mon Sep 17 00:00:00 2001 From: Thiago Miranda Date: Tue, 30 Nov 2021 13:32:25 -0500 Subject: [PATCH] Update stx-platformclients image to version 1.5.2 Updated image with the new fixes since the last build Story: 2008943 Task: 43834 Task: 44050 Depends-On: https://review.opendev.org/c/starlingx/root/+/819445 Signed-off-by: Thiago Miranda Change-Id: I9a852cae9bb671c9ba215f6b46b6a70aa7467b5b --- remote_cli/docker_image_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_cli/docker_image_version.sh b/remote_cli/docker_image_version.sh index 8dfa7e8..b86e616 100644 --- a/remote_cli/docker_image_version.sh +++ b/remote_cli/docker_image_version.sh @@ -1,2 +1,2 @@ -export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.6.0-v1.5.1" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.6.0-v1.5.2" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"