docker_base: Update base image to Ubuntu:16.04

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
IWASE Yusuke 2016-11-16 15:03:54 +09:00 committed by FUJITA Tomonori
parent 8065784ab1
commit 5c7129563d

View File

@ -145,7 +145,7 @@ class Command(object):
class DockerImage(object):
def __init__(self, baseimage='ubuntu:14.04.5'):
def __init__(self, baseimage='ubuntu:16.04'):
self.baseimage = baseimage
self.cmd = Command()