diff options
author | 2023-03-29 22:19:33 +0100 | |
---|---|---|
committer | 2023-03-29 21:19:33 +0000 | |
commit | 27265ccedad7a3785bcf501322e85b5f391da341 (patch) | |
tree | 23782ef9c1eb97d223e1c964b6ff63481982761f | |
parent | Merge pull request #1240 from mudkipdev/main (diff) |
Update base image to new repo org (#1241)
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |