aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-03-29 22:19:33 +0100
committerGravatar GitHub <[email protected]>2023-03-29 21:19:33 +0000
commit27265ccedad7a3785bcf501322e85b5f391da341 (patch)
tree23782ef9c1eb97d223e1c964b6ff63481982761f
parentMerge pull request #1240 from mudkipdev/main (diff)
Update base image to new repo org (#1241)
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b20e81f7..466f7b45 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 dependencies
WORKDIR /bot