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
This commit is contained in:
Stefan Hansson 2024-05-25 08:32:17 +02:00 committed by Clayton Craft
parent d163a56a66
commit fcf8026c83
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -1,7 +1,7 @@
---
# global settings
image: alpine:edge
image: alpine:latest
before_script: &global_before_scripts
- apk upgrade -U
after_script: