ci: try alpine edge instead of latest

This commit is contained in:
Daniel Eklöf 2023-05-26 10:20:05 +02:00
parent c51050a9bc
commit b4e418f251
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
image: alpine/latest
image: alpine/edge
packages:
- musl-dev
- eudev-libs

View file

@ -4,7 +4,7 @@ pipeline:
branch:
- master
- releases/*
image: alpine:latest
image: alpine:edge
commands:
- apk add python3
- apk add py3-pip
@ -16,7 +16,7 @@ pipeline:
branch:
- master
- releases/*
image: alpine:latest
image: alpine:edge
commands:
- apk add git
- mkdir -p subprojects && cd subprojects
@ -30,7 +30,7 @@ pipeline:
- master
- releases/*
group: build
image: alpine:latest
image: alpine:edge
commands:
- apk update
- apk add musl-dev linux-headers meson ninja gcc clang scdoc ncurses
@ -87,7 +87,7 @@ pipeline:
- master
- releases/*
group: build
image: i386/alpine:latest
image: i386/alpine:edge
commands:
- apk update
- apk add musl-dev linux-headers meson ninja gcc clang scdoc ncurses