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:
parent
d163a56a66
commit
fcf8026c83
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
# global settings
|
# global settings
|
||||||
image: alpine:edge
|
image: alpine:latest
|
||||||
before_script: &global_before_scripts
|
before_script: &global_before_scripts
|
||||||
- apk upgrade -U
|
- apk upgrade -U
|
||||||
after_script:
|
after_script:
|
||||||
|
|
Loading…
Reference in a new issue