mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-10 14:56:11 +02:00
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:
parent
8065784ab1
commit
5c7129563d
@ -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()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user