summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2018-01-16 16:42:44 +0100
committerKalev Lember <klember@redhat.com>2018-01-16 16:45:52 +0100
commitb5cfd979692ea85a1741fb3d98182df2ca98e01b (patch)
tree4a997c079c454aabc57c1d3ba78bf17da6534c8d /tests
parent404c9c1e02c5b06d816b5ec5a4fcabbed9cade8a (diff)
CI: Attempt to make it work on Debian again
Commit 5e8a20440ca53080d5409a10f211a0979545816f added appstream >= 0.11 dep to the Debian backend. As Stretch doesn't have new enough appstream, this commit switches the Debian CI to use Buster instead of Stretch.
Diffstat (limited to 'tests')
-rw-r--r--tests/ci/Dockerfile-debian4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ci/Dockerfile-debian b/tests/ci/Dockerfile-debian
index 1d801dba3..5f3a3db9e 100644
--- a/tests/ci/Dockerfile-debian
+++ b/tests/ci/Dockerfile-debian
@@ -1,6 +1,6 @@
-FROM debian:stretch
+FROM debian:buster
-RUN echo "deb-src http://deb.debian.org/debian/ stretch main" >> /etc/apt/sources.list
+RUN echo "deb-src http://deb.debian.org/debian/ buster main" >> /etc/apt/sources.list
RUN apt-get update -qq
RUN apt-get build-dep -yq packagekit
RUN mkdir /build