From 85ac14b44a804c1aeadb18b128cc91e6a489ae38 Mon Sep 17 00:00:00 2001 From: Accendit <36697826+Accendit@users.noreply.github.com> Date: Thu, 7 May 2020 16:07:51 +0200 Subject: [PATCH] changed image to python:latest --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8b1730e..04b4ac5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: provision devices steps: - name: build - image: python:alpine + image: python:latest commands: - pip install pipenv - python3 -m pipenv install --system