Use Latest Alpine

This commit is contained in:
Florian Märkl 2020-11-30 18:17:48 +01:00
commit c8b017c7d5
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857

View file

@ -1,5 +1,5 @@
image: alpine/edge
image: alpine/latest
sources:
- https://github.com/thestr4ng3r/chiaki.git
@ -14,6 +14,7 @@ packages:
- qt5-qtmultimedia-dev
- ffmpeg-dev
- sdl2-dev
- sdl2-static # this is gone on alpine edge so might be necessary to remove later
tasks:
- build: |