diff options
| author | 2024-03-30 16:19:23 +0100 | |
|---|---|---|
| committer | 2024-03-30 16:19:23 +0100 | |
| commit | 9356bb8f539c5939c26a1fab4bfb8e1278dae1f1 (patch) | |
| tree | bd0918a9991cf02941cf2f5c352e6393121e8220 /Dockerfile | |
| parent | Merge pull request #2839 from python-discord/allow-mute-edits (diff) | |
| parent | Bump 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-- | Dockerfile | 2 |
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" |