From ee3f2f34812c535bf5690fddb8693cca0f656381 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 9 Nov 2021 13:38:52 +0100 Subject: build.yml: use alpine/latest for build image --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index f9b52968..36b23f2b 100644 --- a/.build.yml +++ b/.build.yml @@ -1,4 +1,4 @@ -image: alpine/edge +image: alpine/latest packages: - shellcheck tasks: -- cgit v1.2.3