From 39040d5ea1e1e1b6103a818bf81ba83086fdc374 Mon Sep 17 00:00:00 2001 From: Luiz Felipe Kina Date: Mon, 24 Oct 2022 17:53:38 -0400 Subject: [PATCH] Update stx-platformclients image to version stx.7.0-v1.5.9 Updated image with the new fixes since the last build Partial-Bug: Depends-On: Signed-off-by: Luiz Felipe Kina Change-Id: I00f1c13b885f55936a374771a2720a482d7ee3ea --- 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 c56b055..3264b60 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.7.0-v1.5.8" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclient:stx.7.0-v1.5.9" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"