diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-04-18 13:59:27 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-04-18 13:59:58 +0200 |
commit | 15e44398a51c5510cc6cc4ebe3f3c4825f703a5d (patch) | |
tree | d991c767726f98cd5d36e7b3da688206ed4ba971 /Dockerfile | |
parent | 7d6994799f6782ba5e024ad0861e036d93e5f447 (diff) |
Run travis against debian:testing again, keep shippable at bionic
We are opening 1.7, whoo
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 35db15863..08aed4836 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:bionic +FROM debian:testing COPY . /tmp WORKDIR /tmp RUN sed -i s#://deb.debian.org#://cdn-fastly.deb.debian.org# /etc/apt/sources.list \ |