mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-12 15:57:31 +01:00
5 lines
135 B
Docker
5 lines
135 B
Docker
# Update the VARIANT arg to pick an Elixir version: latest, 1.11.4, etc.
|
|
ARG VARIANT=latest
|
|
|
|
FROM ghcr.io/processone/elixir:${VARIANT}
|