diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-11 10:48:21 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-11 11:15:20 +0100 |
commit | 01b936bea24cee3afd08c6d345ca17d962b3352b (patch) | |
tree | 3c5f8b08f83ce33d61ae271cf02747fc062dc4ae /Dockerfile | |
parent | f741491272812ce20764eef0bcb1917beda3f309 (diff) |
CI: Use unstable for now, as we need triehash package
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 49934e46c..c05b7c202 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster +FROM debian:unstable COPY . /tmp WORKDIR /tmp RUN sed -i s#://deb.debian.org#://cdn-fastly.deb.debian.org# /etc/apt/sources.list \ |