summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2019-03-11 10:48:21 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2019-03-11 11:15:20 +0100
commit01b936bea24cee3afd08c6d345ca17d962b3352b (patch)
tree3c5f8b08f83ce33d61ae271cf02747fc062dc4ae
parentf741491272812ce20764eef0bcb1917beda3f309 (diff)
CI: Use unstable for now, as we need triehash package
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--Dockerfile2
-rw-r--r--shippable.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bdda7e46..dfc753ae8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: debian:testing
+image: debian:unstable
variables:
DEBIAN_FRONTEND: noninteractive
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 \
diff --git a/shippable.yml b/shippable.yml
index 8588fcf15..f76b08397 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -5,7 +5,7 @@ env:
build:
pre_ci_boot:
image_name: debian
- image_tag: buster
+ image_tag: unstable
pull: true
ci:
- apt-get install -qq build-essential expect