From 15f6ce78326397599d72424c8e0e0f65cf779ffa Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 14 May 2024 16:21:08 +0200 Subject: [PATCH] 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. --- .builds/alpine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 2b205a9..ea31d89 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -1,4 +1,4 @@ -image: alpine/edge +image: alpine/latest packages: - gcc - clang