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

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Rémond <mremond@process-one.net>2021-05-12 12:51:40 +0300
committerGitHub <noreply@github.com>2021-05-12 12:51:40 +0300
commit20247af6f6fc3c899746f6daff0b0da4d28a2ecf (patch)
treeaf3c1df019711917b9e5172fabaa59c774df528d /.devcontainer
parent2698024b82aebcb76e484e518e09067cc80cb0ac (diff)
Use the new Github container registry
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 68c868a82..440af194b 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,3 +1,4 @@
# Update the VARIANT arg to pick an Elixir version: latest, 1.11.4, etc.
ARG VARIANT=latest
-FROM docker.pkg.github.com/processone/docker-build/elixir:${VARIANT}
+
+FROM ghcr.io/processone/elixir:${VARIANT}