diff options
author | 2023-03-29 19:54:00 +0100 | |
---|---|---|
committer | 2023-03-29 19:54:00 +0100 | |
commit | 5a16319ebb26a0eea8bcaf398b818df118c7f3cc (patch) | |
tree | 02bfcdf38dd57da3704397fbeadee71446a216d1 | |
parent | Merge pull request #2432 from shtlrs/bump-python-version-to-3-11 (diff) |
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" |