summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2021-05-21 10:38:48 +0100
committerRichard Hughes <richard@hughsie.com>2021-05-21 10:52:40 +0100
commit9fef0c519a5fac7587a0aed5b25669aea0f3c657 (patch)
tree0137b7baaf6fca958fe17aa3df47c101487df1b5 /contrib
parentbd48181005ef3bc6611c801b1be70609d8d69965 (diff)
downloadgusb-9fef0c519a5fac7587a0aed5b25669aea0f3c657.tar.gz
trivial: Move Debian CI to buster
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ci/Dockerfile-debian (renamed from contrib/ci/Dockerfile-debian-stretch)4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ci/Dockerfile-debian-stretch b/contrib/ci/Dockerfile-debian
index 913037a..097e98f 100644
--- a/contrib/ci/Dockerfile-debian-stretch
+++ b/contrib/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 install -yq --no-install-recommends meson
RUN apt-get build-dep --allow-unauthenticated -yq libgusb