aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-03-29 18:44:48 +0100
committerGravatar GitHub <[email protected]>2023-03-29 18:44:48 +0100
commit40ee2676be420417a327c39da7c9f957078e673d (patch)
tree6863319659799c6173872abf838b1a427faf9fb3 /Dockerfile
parentMerge pull request #2487 from python-discord/wookie184-botstrap-error (diff)
parentReplace mock._importer with pkgutil.resolve_name in test autospec (diff)
Merge pull request #2432 from shtlrs/bump-python-version-to-3-11
Bump python version to 3 11
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 205b66209..794f1573a 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/chrislovering/python-poetry-base:3.11-slim
# Define Git SHA build argument for sentry
ARG git_sha="development"