From dd1678abe281592ab63978804791c193d5c9dcbf Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 23 Mar 2018 11:47:27 +0100 Subject: CI: Switch testing to use ubuntu:bionic for 1.6.y 1.6.y is bionic's release series, it should be tested in it. --- Dockerfile | 2 +- shippable.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b7af5f629..76b134003 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:testing +FROM ubuntu:bionic 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 54a707cdd..0091b95ea 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,8 +2,8 @@ language: none build: pre_ci_boot: - image_name: debian - image_tag: stretch + image_name: ubuntu + image_tag: bionic pull: true ci: - apt-get install -qq build-essential expect -- cgit v1.2.3