Try a newer version of Alpine.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2023-10-23 19:23:52 -07:00
parent c53460bef0
commit aedc583fe8
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
kind: pipeline kind: pipeline
name: python-3-8-alpine-3-13 name: python-3-11-alpine-3-18
clone: clone:
skip_verify: true skip_verify: true
steps: steps:
- name: build - name: build
image: alpine:3.13 image: alpine:3.18
pull: always pull: always
commands: commands:
- tests/run-ci-tests - tests/run-ci-tests