summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2016-11-16 15:03:54 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-11-18 15:54:43 +0900
commit5c7129563d92200e69e91a701c84f1a4ecd24d9a (patch)
tree9efb86e580015bc03f492ddf47c105daa388fe2d
parent8065784ab119c273f9dae6d006f656881f6fad74 (diff)
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>
-rw-r--r--ryu/tests/integrated/common/docker_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/tests/integrated/common/docker_base.py b/ryu/tests/integrated/common/docker_base.py
index b1f0a5fa..fb810848 100644
--- a/ryu/tests/integrated/common/docker_base.py
+++ b/ryu/tests/integrated/common/docker_base.py
@@ -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()