point to 2.1.0 policy-alpine base - model-sim
[policy/models.git] / models-sim / models-sim-dmaap / src / main / package / docker / Dockerfile
index 495924d..e07a8b0 100644 (file)
@@ -1,7 +1,7 @@
 #
 # ============LICENSE_START=======================================================
 #  Copyright (C) 2019 Nordix Foundation.
-#  Modifications Copyright (C) 2019 AT&T Intellectual Property.
+#  Modifications Copyright (C) 2019-2020 AT&T Intellectual Property.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # ============LICENSE_END=========================================================
 #
 
-#
-# Docker file to build an image that runs the DMaaP simulator on Java 8 in alpine
-#
-
-FROM onap/policy-jre-alpine
+FROM onap/policy-jre-alpine:2.1.0
 
 LABEL maintainer="Policy Team"