CI: Use alpine as global image

This commit is contained in:
Haelwenn (lanodan) Monnier 2023-07-02 21:51:39 +02:00
parent 18be5ff3fd
commit 0fc25dd1cd

View file

@ -1,4 +1,4 @@
image: elixir:1.12-alpine
image: alpine:latest
variables: &global_variables
POSTGRES_DB: pleroma_test
@ -35,7 +35,7 @@ stages:
before_script:
- echo $MIX_ENV
- apk add build-base cmake file-dev git openssl
- apk add elixir build-base cmake file-dev git openssl
- mix local.hex --force
- mix local.rebar --force
- rm -rf _build/*/lib/pleroma