From cf4c6c274dc5f8e2ea35e5b733c708cbe78808a3 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 23 Sep 2019 09:07:17 -0700 Subject: [PATCH] Upgrade build to Alpine 3.10. --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 77d9505b..942fe785 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,30 +1,30 @@ --- kind: pipeline -name: python-3-5-alpine-3-9 +name: python-3-5-alpine-3-10 steps: - name: build - image: python:3.5-alpine3.9 + image: python:3.5-alpine3.10 pull: always commands: - scripts/run-tests --- kind: pipeline -name: python-3-6-alpine-3-9 +name: python-3-6-alpine-3-10 steps: - name: build - image: python:3.6-alpine3.9 + image: python:3.6-alpine3.10 pull: always commands: - scripts/run-tests --- kind: pipeline -name: python-3-7-alpine-3-9 +name: python-3-7-alpine-3-10 steps: - name: build - image: python:3.7-alpine3.9 + image: python:3.7-alpine3.10 pull: always commands: - scripts/run-tests