From 43edc35f6418e8fec952226e154a826565c803f6 Mon Sep 17 00:00:00 2001 From: Timur Demin Date: Mon, 27 Apr 2020 17:12:16 +0500 Subject: [PATCH] Docker Hub could at least be a little more consistent about their tag names, you know --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index aabab25..9033c40 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: Python linting steps: - name: pylint - image: python:3.8-stretch + image: python:3.8 commands: - pip install pylint - pip install -r requirements.txt