aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2024-03-30 16:19:23 +0100
committerGravatar GitHub <[email protected]>2024-03-30 16:19:23 +0100
commit9356bb8f539c5939c26a1fab4bfb8e1278dae1f1 (patch)
treebd0918a9991cf02941cf2f5c352e6393121e8220 /Dockerfile
parentMerge pull request #2839 from python-discord/allow-mute-edits (diff)
parentBump Python to 3.12 (diff)
Merge pull request #2988 from python-discord/bump-bot-core
Bump bot core & Python version
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d09cad5bd..41282e00c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.11-slim
+FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.12-slim
# Define Git SHA build argument for sentry
ARG git_sha="development"