use policy-jdk-alpine:2.2.1 base image 82/118282/1
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 23 Feb 2021 16:16:29 +0000 (10:16 -0600)
committerjhh <jorge.hernandez-herrero@att.com>
Tue, 23 Feb 2021 16:16:29 +0000 (10:16 -0600)
Issue-ID: POLICY-3088
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I2c891acddcce74297cf03d696af8472c127d27ea

packages/docker/src/main/docker/Dockerfile

index 195780c..2277bc7 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-jdk-alpine:2.2.0
+FROM onap/policy-jdk-alpine:2.2.1
 
 LABEL maintainer="Policy Team"