aboutsummaryrefslogtreecommitdiffstats
path: root/deployments
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2019-03-07 10:50:09 -0800
committerVictor Morales <victor.morales@intel.com>2019-03-07 10:50:09 -0800
commit1c3bd9eb71f2ff0775aabb4d44a50020152e2b2e (patch)
tree4daf6a45926f845584678796d43ab89a224a9d15 /deployments
parent3fca6268234bd6d1ce749e8393e39cfd4a365003 (diff)
Switch to xenial Docker image
The Ubuntu Xenial Docker image has lower footprint than Trusty, besides more security patches. This change modifies the Dockerfile that is used for building the Docker image. Change-Id: I89228ef555668aad1e621973fd33481ce49499d3 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
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}