ci: use alpine/latest instead of alpine/edge

Right now alpine/edge has a broken gcovr package. We don't need
the bleeding edge so let's switch to alpine/latest for stability.
This commit is contained in:
Simon Ser 2024-05-14 16:21:08 +02:00
parent 29a06add8e
commit 15f6ce7832

View file

@ -1,4 +1,4 @@
image: alpine/edge
image: alpine/latest
packages:
- gcc
- clang