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-02 22:53:54 +0200 |
commit | 21ab7369cad6504be2f815aec888b38023d7a17a (patch) | |
tree | 009efe3c71937b9b18b5fe528667b59a27aacd07 /ci | |
parent | 01239456a1d5a9a6ec5a5c94b4c48c07af92471c (diff) | |
download | pleroma-21ab7369cad6504be2f815aec888b38023d7a17a.tar.gz |
Bump minimum Elixir version to 1.10
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life.
Elixir 1.10 Release Notes:
https://github.com/elixir-lang/elixir/releases/tag/v1.10.0
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 &&\ |