From fcf8026c83b856bd5947e5d36b68e536bda27e4d Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Sat, 25 May 2024 08:32:17 +0200 Subject: [PATCH] CI: use latest (stable) Alpine instead of Edge (MR 5174) Alpine 3.20 has released now which should contain everything we need to run our CI. Closes https://gitlab.com/postmarketOS/pmaports/-/issues/2747 [ci:skip-build]: already built successfully in CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebba41a6d..657776fc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ --- # global settings -image: alpine:edge +image: alpine:latest before_script: &global_before_scripts - apk upgrade -U after_script: