From 8a78d4d9b3d15d950b94b9c09636b9e31b31cb5b Mon Sep 17 00:00:00 2001 From: Fred Pauchet Date: Thu, 9 Dec 2021 21:19:29 +0100 Subject: [PATCH] Docker image python-3.9 does not exist --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2693182380..0a96385150 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker name: default steps: - name: build - image: python-3.9 + image: python:3.9-slim commands: - pip install -r requirements/ci.txt - pylint ultron --errors-only