diff options
author | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2022-04-14 07:04:51 +0200 |
---|---|---|
committer | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2022-04-25 17:51:20 +0000 |
commit | 43eed9d849d0fdaa89df3c07b048f4b68204bee3 (patch) | |
tree | dbd21eb19b92a886d8ac6692724b6b909bd763d5 /installation/sdnc-web/pom.xml | |
parent | 24f8f40bbfd3fccc506cfe3aa7dac202d4dba830 (diff) |
fix sdnc-web startup issue
add missing update of base nginx image
Issue-ID: SDNC-1693
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: I9487de75d8d57293bc7f299c20e831d1e2e889e2
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Former-commit-id: f04e77f1c442a73f1e7f33ee5fe0e0f20fa4104a
Diffstat (limited to 'installation/sdnc-web/pom.xml')
-rw-r--r-- | installation/sdnc-web/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <description>Creates SDN Controller WebUI Docker container</description> <properties> - <base.image.repo>docker.io/bitnami/nginx:1.16-debian-9</base.image.repo> + <base.image.repo>docker.io/bitnami/nginx:1.21-debian-10</base.image.repo> <image.name>onap/sdnc-web-image</image.name> <sdnc.project.version>${project.version}</sdnc.project.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> |