aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2023-03-29 22:03:47 +0300
committerGravatar GitHub <[email protected]>2023-03-29 22:03:47 +0300
commit18858c3b716e18d313c0b95ba55ed4d7b29a5353 (patch)
tree02bfcdf38dd57da3704397fbeadee71446a216d1
parentMerge pull request #2432 from shtlrs/bump-python-version-to-3-11 (diff)
parentUpdate base image to new repo org (diff)
Merge pull request #2496 from python-discord/update-base-iamge
Update base image to new repo org
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 794f1573a..d09cad5bd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM --platform=linux/amd64 ghcr.io/chrislovering/python-poetry-base:3.11-slim
+FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.11-slim
# Define Git SHA build argument for sentry
ARG git_sha="development"