From 5bca35821384c28bd93e3b993369365c36681e2f Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Fri, 6 Dec 2019 20:20:57 +0000 Subject: [PATCH] Change image to ubuntu:latest --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7c624d58..a99cbe2b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: "debian:stretch" + - image: "ubuntu:latest" branches: only: - feature/add_circle-ci_support