From 8384f87b1c1a17713d091f6cea51348f4a8e1a75 Mon Sep 17 00:00:00 2001 From: Guilherme Costa Date: Fri, 20 Oct 2023 16:31:56 -0300 Subject: [PATCH] Update stx-platformclients image to version stx.9.0-v1.5.13 Updated image with software client. Depends-on: https://review.opendev.org/c/starlingx/root/+/898982 Story: 2010676 Task: 48977 Change-Id: Ifd785f48443cf9ad6b3d975669e3be4e9aecc644 Signed-off-by: Guilherme Costa --- 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 40c20cc..1107d39 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.9.0-v1.5.12" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.9.0-v1.5.13" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-debian-stable-latest"