chore: Update CI docker image

This commit is contained in:
Robert Prehn 2023-08-10 09:25:55 +00:00
parent 1cb44e8346
commit c9b685d9f1
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,5 @@
test:
image: "elixir:1.14.4-alpine"
image: "elixir:1.14.4"
script:
- mix local.hex --force
- mix local.rebar --force

View file

@ -1,5 +1,11 @@
Mash is a dead simple tool for defining and running CI pipelines in Elixir.
## Dependencies
- Elixir
- Mix
- The unix `script` utility
## Installation
Add mash to your dependencies like so: