aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/Dockerfile
diff options
context:
space:
mode:
authordeen1985 <damian.nowak@nokia.com>2020-08-05 17:54:22 +0200
committerdeen1985 <damian.nowak@nokia.com>2020-08-06 14:53:29 +0200
commitee146f34aff276b4965e3569afbb62d24a66b60b (patch)
treeb3efaf06d81dcd039a50ff0dfa12cf36e94e7d17 /prh-app-server/Dockerfile
parenta2b4615e8cdcd43fb9292f21d9617dbe48dcc9a8 (diff)
DCAE-PRH Fix lib vulnerabilities
Change-Id: I55d230a82ab58f99b89c49162bf952799e115ff4 Signed-off-by: deen1985 <damian.nowak@nokia.com> Issue-ID: DCAEGEN2-2276 Signed-off-by: deen1985 <damian.nowak@nokia.com>
Diffstat (limited to 'prh-app-server/Dockerfile')
-rw-r--r--prh-app-server/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/prh-app-server/Dockerfile b/prh-app-server/Dockerfile
index 22a9b468..d92dae8f 100644
--- a/prh-app-server/Dockerfile
+++ b/prh-app-server/Dockerfile
@@ -1,6 +1,6 @@
FROM docker.io/openjdk:11-jre-slim
-LABEL copyright="Copyright (C) 2018-2019 NOKIA" \
+LABEL copyright="Copyright (C) 2018-2020 NOKIA" \
license.name="The Apache Software License, Version 2.0" \
license.url="http://www.apache.org/licenses/LICENSE-2.0" \
maintainer="Nokia Wroclaw ONAP Team"