Skip to content
Snippets Groups Projects
Unverified Commit a933d204 authored by Clayton Craft's avatar Clayton Craft
Browse files

ci: use alpine:latest image (MR 159)

edge can cause failures unrelated to osk-sdl, and the static analysis
job was using a really really old alpine image.
parent 282d5194
No related branches found
No related tags found
No related merge requests found
---
image: alpine:edge
image: alpine:latest
.only-default: &only-default
only:
......@@ -26,7 +26,7 @@ clang-format:
static-analysis:
<<: *only-default
image: alpine:3.8
image: alpine:latest
before_script:
- apk -q add cppcheck
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment