[DMAAP-DR] Remove AAF/TLS phase 1
[dmaap/datarouter.git] / datarouter-subscriber / src / main / resources / docker / Dockerfile
index 7bc92c8..f3ad036 100644 (file)
@@ -19,7 +19,7 @@
 #  limitations under the License.
 #  ============LICENSE_END====================================================
 #
-FROM nexus3.onap.org:10001/onap/integration-java11:8.0.0
+FROM nexus3.onap.org:10001/onap/integration-java11:10.0.0
 
 COPY /opt /opt
 
@@ -29,8 +29,6 @@ ARG group=onap
 USER root
 RUN apk add --no-cache curl
 
-EXPOSE 8080 8443
-
 WORKDIR /opt
 RUN chmod 0700 startup.sh