aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2023-04-09 00:34:55 +0300
committerGravatar GitHub <[email protected]>2023-04-09 00:34:55 +0300
commitc74a3c645d23d22206182813478f6c9b74812ed8 (patch)
tree62b648f92c2607a5ed94f90a86b09698d16f8c98 /Dockerfile
parentFix: use nomination.user_id instead of id in get_or_fetch_member (diff)
parentMerge pull request #2517 from python-discord/thread_filter (diff)
Merge branch 'main' into 2302-activity-in-reviews
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
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"