update references in policy/api pom
[policy/api.git] / packages / policy-api-docker / src / main / docker / Dockerfile
index 03fe1f6..3a0f06f 100644 (file)
@@ -1,7 +1,7 @@
 #-------------------------------------------------------------------------------
 # Dockerfile
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+#  Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:2.1.1
+FROM onap/policy-jre-alpine:2.3.2
 
 LABEL maintainer="Policy Team"
 
@@ -41,4 +41,4 @@ RUN chown -R policy:policy * && chmod 755 bin/*.sh
 
 USER policy
 WORKDIR $POLICY_HOME/bin
-ENTRYPOINT [ "bash", "./policy-api.sh" ]
+ENTRYPOINT [ "./policy-api.sh" ]