diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-09 17:13:44 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-14 14:03:43 +0100 |
commit | ebbb906384a1e9808c1b6aab63c4071a0db46785 (patch) | |
tree | 36811a80526354d1f12e73b84dce1bdc43049252 /Dockerfile | |
parent | 750fd901a99b9110aebe9c634d11822d7c415f8b (diff) |
Do CI using ubuntu:cosmic, not debian:testing
This is the cosmic branch.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 08aed4836..16a59aa0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:testing +FROM ubuntu:cosmic COPY . /tmp WORKDIR /tmp RUN sed -i s#://deb.debian.org#://cdn-fastly.deb.debian.org# /etc/apt/sources.list \ |