diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-03-23 11:47:27 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-03-23 11:47:27 +0100 |
commit | dd1678abe281592ab63978804791c193d5c9dcbf (patch) | |
tree | ab2be6f104f1c15598da39df172576b01c4cb305 /Dockerfile | |
parent | af7c9811b0b2e9215e31a2a9ae4962cbe215206a (diff) |
CI: Switch testing to use ubuntu:bionic for 1.6.y
1.6.y is bionic's release series, it should be tested in it.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index b7af5f629..76b134003 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:testing +FROM ubuntu:bionic COPY . /tmp WORKDIR /tmp RUN sed -i s#://deb.debian.org#://cdn-fastly.deb.debian.org# /etc/apt/sources.list \ |