mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Use the new Github container registry
This commit is contained in:
parent
2698024b82
commit
20247af6f6
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
# Update the VARIANT arg to pick an Elixir version: latest, 1.11.4, etc.
|
# Update the VARIANT arg to pick an Elixir version: latest, 1.11.4, etc.
|
||||||
ARG VARIANT=latest
|
ARG VARIANT=latest
|
||||||
FROM docker.pkg.github.com/processone/docker-build/elixir:${VARIANT}
|
|
||||||
|
FROM ghcr.io/processone/elixir:${VARIANT}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue