diff options
-rw-r--r-- | zte/sfc-driver/plugin-standalone/src/main/assembly/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/Dockerfile b/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/Dockerfile index 69a2ca8..ea73bca 100644 --- a/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/Dockerfile +++ b/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/Dockerfile @@ -12,7 +12,7 @@ ADD . /service WORKDIR /service # get binary zip from nexus -RUN wget -q -O vfc-sfcdriver-zte.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver-standalone&a=vfc-nfvo-driver-sfc-zte-sfc-driver&v=1.0.1&e=zip' && \ +RUN wget -q -O vfc-sfcdriver-zte.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver-standalone&a=vfc-nfvo-driver-sfc-zte-sfc-driver&v=1.0.1&e=zip' && \ unzip vfc-sfcdriver-zte.zip && \ rm -rf vfc-sfcdriver-zte.zip |