Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dockerfile « .devcontainer - github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 440af194b28716e302778ecbd8b5c31181bec230 (plain)
1
2
3
4
# Update the VARIANT arg to pick an Elixir version: latest, 1.11.4, etc.
ARG VARIANT=latest

FROM ghcr.io/processone/elixir:${VARIANT}