mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
ci: use Alpine 3.19 for Python 3.11
This commit is contained in:
parent
162879df21
commit
f8bcafa9d7
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# 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.18 # python 3.11
|
image: alpine/3.19 # python 3.11
|
||||||
packages:
|
packages:
|
||||||
- docker
|
- docker
|
||||||
- docker-cli
|
- docker-cli
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue