From 83fd70647cebdccf23e892c3d462c613e3674784 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Mon, 4 Dec 2023 10:26:23 +0100 Subject: Update required Python version Include a note to update the contributor guide in the Dockerfile instruction pinning the Python version as well. --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Dockerfile') 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 -- cgit v1.2.3