mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
# TODO: It might make more sense to test with an older Ubuntu or Fedora version
|
||||||
# here, and consider that our "oldest suppported environment".
|
# here, and consider that our "oldest suppported environment".
|
||||||
|
|
||||||
image: alpine/3.15
|
image: alpine/3.17 # python 3.10
|
||||||
packages:
|
packages:
|
||||||
- docker
|
- docker
|
||||||
- docker-cli
|
- docker-cli
|
||||||
- docker-compose
|
- docker-compose
|
||||||
- py3-pip
|
- py3-pip
|
||||||
|
- python3-dev
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/pimutils/vdirsyncer
|
- https://github.com/pimutils/vdirsyncer
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue