From 4a1ee8c911fb374fe7e954a84da410557e11d7be Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 3 Oct 2018 19:35:42 -0700 Subject: [PATCH] Pull new base Docker images during CI. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 39dc9b754..6815e4a94 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,7 @@ pipeline: build: image: python:3.7.0-alpine3.8 + pull: true commands: - pip install tox - tox