diff options
| author | 2023-04-09 00:34:55 +0300 | |
|---|---|---|
| committer | 2023-04-09 00:34:55 +0300 | |
| commit | c74a3c645d23d22206182813478f6c9b74812ed8 (patch) | |
| tree | 62b648f92c2607a5ed94f90a86b09698d16f8c98 /Dockerfile | |
| parent | Fix: use nomination.user_id instead of id in get_or_fetch_member (diff) | |
| parent | Merge pull request #2517 from python-discord/thread_filter (diff) | |
Merge branch 'main' into 2302-activity-in-reviews
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" |