X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fci%2FDockerfile;h=d8c44431c1c397ffb9c0e7edecf4a0b3a1e6b23a;hb=9ea80b6afb66c464ac9bfb2cf97ff80231f12dd6;hp=15104e6d088b9c055852f007eb8e6fe8ec6047af;hpb=0b12bc00b66987c69f46452deaf739f526ebbeed;p=plcapi.git diff --git a/tests/ci/Dockerfile b/tests/ci/Dockerfile index 15104e6..d8c4443 100644 --- a/tests/ci/Dockerfile +++ b/tests/ci/Dockerfile @@ -1,4 +1,4 @@ -ARG UBUNTU_VERSION=xenial +ARG UBUNTU_VERSION=bionic FROM ubuntu:${UBUNTU_VERSION}