diff options
author | 2020-05-26 00:01:53 -0400 | |
---|---|---|
committer | 2020-05-26 00:02:19 -0400 | |
commit | 91625da3bd1581c14a5d32fc67065db0116fd545 (patch) | |
tree | c2f4f1fe63dff9daac815da36d6728e179b05754 /deliveries | |
parent | 388d1164b2cbf3435b5f38cbfd8d597d4a9567b0 (diff) |
Update Docker and Props
Issue-ID: PORTAL-911
Change-Id: I85c6a63f8f3608b53b2d28951d9bfef76bbef6d2
Signed-off-by: statta <statta@research.att.com>
Diffstat (limited to 'deliveries')
-rw-r--r-- | deliveries/.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deliveries/.env b/deliveries/.env index 614aeb0c..333eb9eb 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -38,11 +38,11 @@ CLI_IMG_NAME=onap/cli # This is the first portion of the Docker image tag # that is published to the ONAP registry. -PORTAL_VERSION=3.2.0 +PORTAL_VERSION=3.3.0 # This is used during builds and in docker-compose; # it is never published to the ONAP registry. -PORTAL_TAG=elalto +PORTAL_TAG=guilin # Name of directory in apps container (NOT host) WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps |