aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-06-10 20:09:55 +0100
committerGravatar GitHub <[email protected]>2023-06-10 20:09:55 +0100
commit718329f455092c38b8d45b777ea153deffc7cc56 (patch)
tree98db5300a0a89268246b8b64dd2302216a5e3ecb
parentBump alembic from 1.10.2 to 1.10.3 (#47) (diff)
Update base docker image used
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d9aabde..bb9b9de 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM --platform=linux/amd64 ghcr.io/chrislovering/python-poetry-base:3.10-slim
+FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.10-slim
ENV PYTHONHASHSEED=random