Skip to content

Commit cd2445b

Browse files
committed
Upgrade Alpine release used in CI
1 parent 5ca2742 commit cd2445b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.builds/tests-minimal.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
# TODO: It might make more sense to test with an older Ubuntu or Fedora version
44
# here, and consider that our "oldest suppported environment".
55

6-
image: alpine/3.15
6+
image: alpine/3.17 # python 3.10
77
packages:
88
- docker
99
- docker-cli
1010
- docker-compose
1111
- py3-pip
12+
- python3-dev
1213
sources:
1314
- https://github.com/pimutils/vdirsyncer
1415
environment:

0 commit comments

Comments
 (0)