diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-09-02 22:35:08 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-09-03 03:58:22 +0200 |
commit | ec80a1e405c7b1d893c08ea99e824f2c13719c3a (patch) | |
tree | 53ca9e2aa7fa0957d9d498d9bab85f3bf2308fb5 /ci | |
parent | 24af2e1c5811e5e85ede1f75f7845e09a477fb58 (diff) | |
download | pleroma-ec80a1e405c7b1d893c08ea99e824f2c13719c3a.tar.gz |
Bump minimum Elixir version to 1.10
1.9 being end-of-life
Diffstat (limited to 'ci')
-rw-r--r-- | ci/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile index e6a8b438c..5929f832d 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.9.4 +FROM elixir:1.10.4 RUN apt-get update &&\ apt-get install -y libmagic-dev cmake libimage-exiftool-perl ffmpeg &&\ |