Update stx-platformclients image to stx.9.0-v1.5.12

Updated image with distributedcloud-client changes.

Story: 2010756
Task: 48732

Change-Id: Id8217c18bc91dfca5d7ae45462c0e2402c111131
Signed-off-by: Victor Romano <victor.gluzromano@windriver.com>
This commit is contained in:
Victor Romano 2023-09-05 15:28:58 -03:00
parent 89fb637e7a
commit a71e3302b1
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ openstackdocs_auto_name = False
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

View File

@ -1,2 +1,2 @@
export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.9.0-v1.5.11"
export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.9.0-v1.5.12"
export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-debian-stable-latest"