aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2023-12-04 10:26:23 +0100
committerGravatar Johannes Christ <[email protected]>2023-12-04 10:26:23 +0100
commit83fd70647cebdccf23e892c3d462c613e3674784 (patch)
tree58c2bb9fa126e34233426d5483283daab70ac0ff /Dockerfile
parentMerge pull request #1156 from python-discord/dependabot/pip/psycopg-3.1.14 (diff)
Update required Python version
Include a note to update the contributor guide in the Dockerfile instruction pinning the Python version as well.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 448d81cf..5aea6dbf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,7 @@
+# When updating the Python version here, please make sure to also
+# update the contributor guide, which can be found at
+# pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md
+# Thank you!
FROM ghcr.io/owl-corp/python-poetry-base:3.11-slim
# Allow service to handle stops gracefully