diff options
author | 2023-03-29 22:03:47 +0300 | |
---|---|---|
committer | 2023-03-29 22:03:47 +0300 | |
commit | 18858c3b716e18d313c0b95ba55ed4d7b29a5353 (patch) | |
tree | 02bfcdf38dd57da3704397fbeadee71446a216d1 | |
parent | Merge pull request #2432 from shtlrs/bump-python-version-to-3-11 (diff) | |
parent | Update base image to new repo org (diff) |
Merge pull request #2496 from python-discord/update-base-iamge
Update base image to new repo org
-rw-r--r-- | Dockerfile | 2 |
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" |