From a8a310a4c4a1596b6a85ce380775eade2ed04638 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 20 Feb 2023 15:46:55 -0800 Subject: [PATCH] Upgrade Alpine versions (and implicitly, Python versions) tested. --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6baed7d..bf28abd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,25 +1,25 @@ kind: pipeline -name: python-3-7-alpine-3-10 +name: python-3-9-alpine-3-15 clone: skip_verify: true steps: - name: build - image: alpine:3.10 + image: alpine:3.15 pull: always commands: - tests/run-ci-tests --- kind: pipeline -name: python-3-8-alpine-3-13 +name: python-3-10-alpine-3-17 clone: skip_verify: true steps: - name: build - image: alpine:3.13 + image: alpine:3.17 pull: always commands: - tests/run-ci-tests