diff options
| author | 2023-04-05 00:49:48 +0300 | |
|---|---|---|
| committer | 2023-04-05 00:49:48 +0300 | |
| commit | d5963661ee6f720a1b5120010856185e03d5fce7 (patch) | |
| tree | f4e849563e86f337fc98b654249f972a272057f7 /Dockerfile | |
| parent | Support custom value representation in filtering UI (diff) | |
| parent | Merge pull request #2506 from python-discord/new-helpers-end (diff) | |
Merge branch 'main' into new-filters
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" |