aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/Dockerfile2
-rw-r--r--docker/venv.Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index b6c2f77..d8b89ec 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM pythondiscord/snekbox-venv:latest
+FROM ghcr.io/python-discord/snekbox-venv:latest
ENTRYPOINT ["gunicorn"]
CMD ["-c", "config/gunicorn.conf.py", "snekbox.api.app"]
diff --git a/docker/venv.Dockerfile b/docker/venv.Dockerfile
index 5c0fcfc..27932cd 100644
--- a/docker/venv.Dockerfile
+++ b/docker/venv.Dockerfile
@@ -1,4 +1,4 @@
-FROM pythondiscord/snekbox-base:latest
+FROM ghcr.io/python-discord/snekbox-base:latest
ARG DEV
ENV PIP_NO_CACHE_DIR=false \