aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-03-29 19:54:00 +0100
committerGravatar Chris Lovering <[email protected]>2023-03-29 19:54:00 +0100
commit5a16319ebb26a0eea8bcaf398b818df118c7f3cc (patch)
tree02bfcdf38dd57da3704397fbeadee71446a216d1
parentMerge pull request #2432 from shtlrs/bump-python-version-to-3-11 (diff)
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"