diff options
| author | 2023-03-30 12:17:03 +0300 | |
|---|---|---|
| committer | 2023-03-30 12:17:03 +0300 | |
| commit | 778de88e707ddec1dee294c074839d186208313e (patch) | |
| tree | 8fbddda75e9da4e47a48955a4ff9360acea486ee /Dockerfile | |
| parent | remove "circular" referencing of channel names (diff) | |
| parent | Merge pull request #2388 from brodycritchlow/inplace-tag (diff) | |
Merge branch 'main' into native-forum-channel-support
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 205b66209..d09cad5bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 ghcr.io/chrislovering/python-poetry-base:3.10-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" |