diff options
author | halil.cakal <halil.cakal@est.tech> | 2023-12-11 11:36:37 +0000 |
---|---|---|
committer | halil.cakal <halil.cakal@est.tech> | 2023-12-11 11:36:47 +0000 |
commit | 93f2c3ff203d78d8cddae7878d16fe2f55661655 (patch) | |
tree | f7c36ac4d21c218fbae96982a649a9c4f996dc14 /docker-compose | |
parent | 5b213f912d028e486b305f2502100bf693937469 (diff) |
Uplift Onap dmi version to 1.5.0-SNAPSHOT
Issue-ID: CPS-1987
Change-Id: I22b123a5df5ec9340c6303d7dfbaf981857f4a0c
Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'docker-compose')
-rw-r--r-- | docker-compose/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index b845840f49..acfe984976 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -82,7 +82,7 @@ services: ncmp-dmi-plugin: container_name: ncmp-dmi-plugin - image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-1.4.0-SNAPSHOT-latest} + image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-1.5.0-SNAPSHOT-latest} ports: - ${DMI_PORT:-8783}:8080 environment: |