mirror of
https://github.com/correl/docker-pleroma.git
synced 2024-11-23 11:09:55 +00:00
Update Elixir parent to 1.7
As of [recently](58b12c09db
) Pleroma requires Elixir 1.7.
This commit is contained in:
parent
fbfa9f2172
commit
3baf998bb6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM elixir:1.6-alpine
|
||||
FROM elixir:1.7-alpine
|
||||
|
||||
ENV UID=911 GID=911 \
|
||||
MIX_ENV=prod
|
||||
|
|
Loading…
Reference in a new issue