From b1d89163f8b941a12fa95e3596ee857b6a811b1e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 15 Oct 2021 09:58:51 +0200 Subject: [PATCH] ci: switch to alpine/latest We don't need the bleeding edge. --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 0d2afc9..a3e2846 100644 --- a/.build.yml +++ b/.build.yml @@ -1,4 +1,4 @@ -image: alpine/edge +image: alpine/latest packages: - go - scdoc