From 3baf998bb6292c05dd3c91a8f249a06137c1249e Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Mon, 31 Dec 2018 15:05:55 -0600 Subject: [PATCH] Update Elixir parent to 1.7 As of [recently](https://git.pleroma.social/pleroma/pleroma/commit/58b12c09db96da4f3aafac60fc7e17517814a401) Pleroma requires Elixir 1.7. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d1f7e9..b126ec0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.6-alpine +FROM elixir:1.7-alpine ENV UID=911 GID=911 \ MIX_ENV=prod