aboutsummaryrefslogtreecommitdiffstats
path: root/deployments
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2019-03-20 06:26:48 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-20 06:26:48 +0000
commit6acebe1cc8bc16fc4d99ca8279a989b624b85375 (patch)
tree6383d588ec63919126c61d79be5cfcb0fbff7088 /deployments
parente35591ab0994f19ca86e96d28fe77041bcb3a9f1 (diff)
parent1c3bd9eb71f2ff0775aabb4d44a50020152e2b2e (diff)
Merge "Switch to xenial Docker image"
Diffstat (limited to 'deployments')
-rw-r--r--deployments/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployments/Dockerfile b/deployments/Dockerfile
index d22aeb11..961f6766 100644
--- a/deployments/Dockerfile
+++ b/deployments/Dockerfile
@@ -7,7 +7,7 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-FROM ubuntu:16.04
+FROM ubuntu:18.04
ARG HTTP_PROXY=${HTTP_PROXY}
ARG HTTPS_PROXY=${HTTPS_PROXY}