From 43eed9d849d0fdaa89df3c07b048f4b68204bee3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20D=C3=9Crre?= Date: Thu, 14 Apr 2022 07:04:51 +0200 Subject: [PATCH] fix sdnc-web startup issue MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit add missing update of base nginx image Issue-ID: SDNC-1693 Signed-off-by: Michael DÜrre Change-Id: I9487de75d8d57293bc7f299c20e831d1e2e889e2 Signed-off-by: Michael DÜrre Signed-off-by: highstreetherbert Former-commit-id: f04e77f1c442a73f1e7f33ee5fe0e0f20fa4104a --- installation/sdnc-web/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 3b5d96a4..d198e0c5 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -15,7 +15,7 @@ Creates SDN Controller WebUI Docker container - docker.io/bitnami/nginx:1.16-debian-9 + docker.io/bitnami/nginx:1.21-debian-10 onap/sdnc-web-image ${project.version} ${maven.build.timestamp} -- 2.16.6