diff options
Diffstat (limited to 'ci/Dockerfile')
-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 &&\ |