Update download url of vfc dockerfile
[vfc/nfvo/driver/ems.git] / ems / microservice-standalone / src / main / assembly / docker / Dockerfile
index 9669dd3..a3dd32c 100755 (executable)
@@ -13,7 +13,7 @@ WORKDIR /service
 RUN mkdir emsdriver
 
 # get binary zip from nexus
-RUN wget -q -O emsdiver-standalone.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.driver.ems.ems&a=emsdriver-standalone&v=LATEST&e=zip' && \
+RUN wget -q -O emsdiver-standalone.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.nfvo.driver.ems.ems&a=emsdriver-standalone&v=LATEST&e=zip' && \
     unzip emsdiver-standalone.zip -d emsdriver && \
     rm -rf emsdiver-standalone.zip