aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-08-21 23:04:15 +0100
committerGravatar GitHub <[email protected]>2022-08-21 23:04:15 +0100
commitdde3773ecb76775edc50e2d13937e07f0970c1d9 (patch)
treef0f3426ff0cbc3f00a47f0761f1173512a51312e /Dockerfile
parentAdd missing space to prefix list (diff)
parentCreate dependabot.yml (diff)
Merge pull request #15 from python-discord/bot-core-integration
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 983f3f3..34c2f76 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM --platform=linux/amd64 python:3.9-slim
+FROM --platform=linux/amd64 python:3.10-slim
ENV PIP_NO_CACHE_DIR=false \
POETRY_VIRTUALENVS_CREATE=false