Unify integration-* image usage
[dcaegen2/platform.git] / mod2 / auth-service / Dockerfile
index b125fc0..5c03a87 100644 (file)
@@ -1,4 +1,4 @@
-FROM onap/integration-java11:7.1.0
+FROM nexus3.onap.org:10001/onap/integration-java11:8.0.0
 WORKDIR /usr/app
 VOLUME /tmp
 
@@ -11,4 +11,4 @@ COPY ${PROJECT_BUILD_DIR_NAME}/${FINAL_JAR} .
 
 ENTRYPOINT ["java", \
             "-Djava.security.egd=file:/dev/./urandom", \
-            "-jar", "mod-auth-service.jar"]
\ No newline at end of file
+            "-jar", "mod-auth-service.jar"]