mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Upgrade Alpine release used in CI
This commit is contained in:
parent
5ca2742271
commit
cd2445b991
1 changed files with 2 additions and 1 deletions
|
|
@ -3,12 +3,13 @@
|
|||
# TODO: It might make more sense to test with an older Ubuntu or Fedora version
|
||||
# here, and consider that our "oldest suppported environment".
|
||||
|
||||
image: alpine/3.15
|
||||
image: alpine/3.17 # python 3.10
|
||||
packages:
|
||||
- docker
|
||||
- docker-cli
|
||||
- docker-compose
|
||||
- py3-pip
|
||||
- python3-dev
|
||||
sources:
|
||||
- https://github.com/pimutils/vdirsyncer
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue