From 2ce756e3995ce19cc32d76e76ce14cdc9f495144 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Thu, 3 Dec 2020 11:38:27 +0100 Subject: [PATCH] :construction_worker: changed docker image to buster alpine seems to have problems with certain deps --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1d8bbef..755d90e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: python:3.8-alpine + - image: python:3.8-buster working_directory: ~/back steps: - checkout