aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-06-08 17:06:48 +0000
committerGravatar GitHub <[email protected]>2023-06-08 17:06:48 +0000
commit8ac000b40636f0ecd3236718870f82eacc378792 (patch)
treebdf77e278823d7b67319d0672cd79533414eab38
parentTemp disable jishaku as it does not support 3.11 (diff)
Update base docker image
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 296f19b..42a3f10 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
# Install project dependencies
WORKDIR /app