diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-03-20 06:26:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-20 06:26:48 +0000 |
commit | 6acebe1cc8bc16fc4d99ca8279a989b624b85375 (patch) | |
tree | 6383d588ec63919126c61d79be5cfcb0fbff7088 | |
parent | e35591ab0994f19ca86e96d28fe77041bcb3a9f1 (diff) | |
parent | 1c3bd9eb71f2ff0775aabb4d44a50020152e2b2e (diff) |
Merge "Switch to xenial Docker image"
-rw-r--r-- | deployments/Dockerfile | 2 |
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} |