From aedc583fe839425b68d48fdd5a23ccf324ec11d0 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 23 Oct 2023 19:23:52 -0700 Subject: [PATCH] Try a newer version of Alpine. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1b046f6..dfe6308 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,12 @@ kind: pipeline -name: python-3-8-alpine-3-13 +name: python-3-11-alpine-3-18 clone: skip_verify: true steps: - name: build - image: alpine:3.13 + image: alpine:3.18 pull: always commands: - tests/run-ci-tests