routing manager version 0.3.2

- version 0.3.2 updated

Change-Id: I3c99c9d3f48d2f74ba829a53e0f9a1391ea2661b
Signed-off-by: 1000044 <gergo.mocsi@nokia.com>
diff --git a/Dockerfile b/Dockerfile
index a78ab2e..1c68cc1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,11 +34,11 @@
 WORKDIR /go/src/routing-manager
 
 RUN git clone "https://gerrit.o-ran-sc.org/r/ric-plt/appmgr" \
-    && cp appmgr/api/appmgr_rest_api.json api/ \
+    && cp appmgr/api/appmgr_rest_api.yaml api/ \
     && rm -rf appmgr
 
 RUN swagger generate server -f api/routing_manager.yaml -t pkg/ --exclude-main -r LICENSE
-RUN swagger generate client -f api/appmgr_rest_api.json -t pkg/ -m appmgr_model -c appmgr_client -r LICENSE
+RUN swagger generate client -f api/appmgr_rest_api.yaml -t pkg/ -m appmgr_model -c appmgr_client -r LICENSE
 
 RUN glide install --strip-vendor