From 403ea1d2989624262b7a9d9ffc0ee5f5899ef5ae Mon Sep 17 00:00:00 2001 From: ecaiyanlinux Date: Mon, 14 Jun 2021 19:11:46 +0800 Subject: [PATCH] Step version of Non-RT RIC Gateway to 1.0.0 Signed-off-by: ecaiyanlinux Issue-ID: NONRTRIC-539 Change-Id: I7592fac59c46d8f00d290a90e5a8b9509e68c3bf --- solution/integration/smo/non-rt-ric/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/integration/smo/non-rt-ric/docker-compose.yml b/solution/integration/smo/non-rt-ric/docker-compose.yml index cb45c45..45c7978 100644 --- a/solution/integration/smo/non-rt-ric/docker-compose.yml +++ b/solution/integration/smo/non-rt-ric/docker-compose.yml @@ -108,7 +108,7 @@ services: - ./config/control-panel/nginx.conf:/etc/nginx/nginx.conf:ro nonrtric-gateway: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-gateway:0.0.1 + image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-gateway:1.0.0 container_name: nonrtric-gateway networks: - default -- 2.16.6