diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-02-19 01:31:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-19 01:31:14 +0000 |
commit | 47d31b33955f7a237d4e189b549a7decb83e1682 (patch) | |
tree | aa0a401fc6009f89c172ef2a22642456de8d3c49 /Dockerfile | |
parent | 81185086078621f0d73165643b8a0fa8aba2b90d (diff) | |
parent | 36a01b87a9c9e5d10cdf9a0ba9f7d73c4f7a9a3c (diff) |
Merge "Use the latest ONAP Python base image"5.1.1
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ # ECOMP is a trademark and service mark of AT&T Intellectual Property. # Use the recommended by SECCOM Python as the base image -FROM nexus3.onap.org:10001/onap/integration-python:7.0.1 +FROM nexus3.onap.org:10001/onap/integration-python:8.0.0 ARG user=onap ARG group=onap |